Seller-Pulse Chrome Extension

Retrieve amazon pages

Seller-Pulse Chrome Extensionคืออะไร?

Seller-Pulse Chrome Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย eloufirjawad และคุณลักษณะหลักของมันคือ "Retrieve amazon pages"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Seller-Pulse Chrome Extension

ดาวน์โหลดไฟล์ส่วนขยาย Seller-Pulse Chrome Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                                            

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Seller-Pulse Chrome Extension Seller-Pulse Chrome Extension
ID clmkcjjhaffambicjjmkehiebgckddaf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/seller-pulse-chrome-exten/clmkcjjhaffambicjjmkehiebgckddaf
คำอธิบาย Retrieve amazon pages
ขนาดไฟล์ 17.16 KB
จำนวนการติดตั้ง 1,536
เวอร์ชันปัจจุบัน 2.1
อัปเดตครั้งล่าสุด 2018-03-06
วันที่เผยแพร่ 2018-03-06
คะแนน 5.00/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา eloufirjawad
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.seller-pulse.com/app/tou/tou_en.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Seller-Pulse Chrome Extension",
    "version": "2.1",
    "manifest_version": 2,
    "description": "Retrieve amazon pages",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "launcher.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "permissions": [
        "https:\/\/www.amazon.com\/*",
        "https:\/\/www.amazon.co.uk\/*",
        "https:\/\/www.amazon.ca\/*",
        "https:\/\/www.amazon.fr\/*",
        "https:\/\/www.amazon.it\/*",
        "https:\/\/www.amazon.de\/*",
        "https:\/\/www.amazon.es\/*"
    ]
}