Chrisvicmall

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

Chrisvicmallとは何ですか?

Chrisvicmallはhttps://chrisvicmall.comによって開発されたChromeの拡張機能で、その主な機能は「After installation, you can view 1688.com products on Chrisvicmall website with the help of this extension.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Chrisvicmall拡張機能のCRXファイルをダウンロード

Chrisvicmall拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Chrisvicmall Chrisvicmall
ID ohipnhgcnpapfpopfbekkdmiagcibkih
公式URL https://chromewebstore.google.com/detail/chrisvicmall/ohipnhgcnpapfpopfbekkdmiagcibkih
説明 After installation, you can view 1688.com products on Chrisvicmall website with the help of this extension.
ファイルサイズ 87.38 KB
インストール数 533
現在のバージョン 1.0
最終更新日 2021-09-03
公開日 2021-09-03
開発者 https://chrisvicmall.com
Eメール [email protected]
支払い方法 free
対応言語 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?*"
    ]
}