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
电子邮箱 [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?*"
    ]
}