Chrisvicmall

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

Chrisvicmallคืออะไร?

Chrisvicmall เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://chrisvicmall.com และคุณลักษณะหลักของมันคือ "After installation, you can view 1688.com products on Chrisvicmall website with the help of this extension."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chrisvicmall

ดาวน์โหลดไฟล์ส่วนขยาย 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?*"
    ]
}