Alterpen

Edit product/variant fields directly on storefront.

What is Alterpen?

Alterpen is a Chrome extension developed by Stock Sync, and its main feature is "Edit product/variant fields directly on storefront.".

Extension Screenshots

screenshot

Download Alterpen Extension CRX File

Download Alterpen extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Update products on Shopify store. Without need to go to Shopify Admin. This make maintaining products easier.                    

Extension Basic Information

Name Alterpen Alterpen
ID ckjmifmaihelkgefbplohbkeegehiadg
Official URL https://chromewebstore.google.com/detail/alterpen/ckjmifmaihelkgefbplohbkeegehiadg
Description Edit product/variant fields directly on storefront.
File Size 287 KB
Installation Count 10
Current Version 1.0.12
Last Updated 2021-08-17
Publish Date 2021-05-01
Developer Stock Sync
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Alterpen",
    "description": "Edit product\/variant fields directly on storefront.",
    "version": "1.0.12",
    "manifest_version": 3,
    "icons": {
        "16": "public\/16.png",
        "32": "public\/32.png",
        "48": "public\/48.png",
        "128": "public\/128.png"
    },
    "permissions": [
        "activeTab",
        "cookies",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/localhost:3000\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.bundle.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "public\/alterpenwhite.png",
                "public\/alterpen.png",
                "public\/allsite.png"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ]
}