Alterpen

Edit product/variant fields directly on storefront.

Wat is Alterpen?

Alterpen is een Chrome-extensie ontwikkeld door Stock Sync, en de belangrijkste functie is "Edit product/variant fields directly on storefront.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Alterpen

Download Alterpen-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Alterpen Alterpen
ID ckjmifmaihelkgefbplohbkeegehiadg
Officiële URL https://chromewebstore.google.com/detail/alterpen/ckjmifmaihelkgefbplohbkeegehiadg
Beschrijving Edit product/variant fields directly on storefront.
Bestandsgrootte 287 KB
Aantal Installaties 10
Huidige Versie 1.0.12
Laatst Bijgewerkt 2021-08-17
Publicatiedatum 2021-05-01
Ontwikkelaar Stock Sync
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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:\/\/*\/*"
            ]
        }
    ]
}