--- title: Post-purchase extension development without Chrome extension - Shopify developer changelog description: Shopify’s developer changelog documents all changes to Shopify’s platform. Find the latest news and learn about new platform opportunities. source_url: html: https://shopify.dev/changelog/post-purchase-extension-development-without-chrome-extension md: https://shopify.dev/changelog/post-purchase-extension-development-without-chrome-extension.md --- [Back to Developer changelog](https://shopify.dev/changelog) May 3, 2025 Tags: * Tools # Post-purchase extension development without Chrome extension The `shopify app dev` command now supports post-purchase checkout extensions without requiring the deprecated Chrome extension. This enhancement simplifies development, aligning it more closely with other checkout UI extension patterns. Now, when you run `shopify app dev` with a post-purchase extension, the CLI will: * Automatically configure cart permalinks with the necessary parameters for testing. * Allow direct testing through the checkout flow without a browser extension. * Redirect to the post-purchase page after the "Pay now" button is clicked. For more detailed guidance, refer to the [Build a post-purchase product offer checkout extension](https://shopify.dev/docs/apps/build/checkout/product-offers/build-a-post-purchase-offer) documentation.