--- 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 metadata: effectiveApiVersion: '' affectedApi: [] primaryTag: displayName: Tools handle: tools secondaryTag: displayName: Update handle: update indicatesActionRequired: false createdAt: '2025-04-29T18:07:05-04:00' postedAt: '2025-05-03T00:00:00-04:00' updatedAt: '2025-05-06T15:15:05-04:00' effectiveAt: '2025-05-30T12:00:00-04:00' --- 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.