Chrisvicmall

After installation, you can view 1688.com products on Chrisvicmall website with the help of this extension.

Cos'è Chrisvicmall?

Chrisvicmall è un'estensione di Chrome sviluppata da https://chrisvicmall.com, e la sua funzione principale è "After installation, you can view 1688.com products on Chrisvicmall website with the help of this extension.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Chrisvicmall

Scarica i file di estensione Chrisvicmall in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        The extension enable users to easily view 1688.com products or any supported websites products on Chrisvicmall platform. This saves the user from copying and pasting links when trying to purchase from 1688.com through the service of Chrisvicmall. 

How it works, 
After installing the extension, visit any 1688.com products and the extension will automatically add a link on the product page. When you click on the link, you will be redirected to Chrisvicmall platform where you can add the product to your cart and Chrisvicmall will process it for you.                    

Informazioni di Base sull'Estensione

Nome Chrisvicmall Chrisvicmall
ID ohipnhgcnpapfpopfbekkdmiagcibkih
URL Ufficiale https://chromewebstore.google.com/detail/chrisvicmall/ohipnhgcnpapfpopfbekkdmiagcibkih
Descrizione After installation, you can view 1688.com products on Chrisvicmall website with the help of this extension.
Dimensione del File 87.38 KB
Conteggio Installazioni 533
Versione Corrente 1.0
Ultimo Aggiornamento 2021-09-03
Data di Pubblicazione 2021-09-03
Sviluppatore https://chrisvicmall.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Chrisvicmall",
    "version": "1.0",
    "description": "After installation, you can view 1688.com products on Chrisvicmall website with the help of this extension. ",
    "icons": {
        "16": "\/images\/icon16.png",
        "32": "\/images\/icon32.png",
        "48": "\/images\/icon48.png",
        "128": "\/images\/icon128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/icon16.png",
            "32": "\/images\/icon32.png",
            "48": "\/images\/icon48.png",
            "128": "\/images\/icon128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "scripting",
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*.1688.com\/offer\/*.html?*"
    ]
}