紫鸟插件

Amazon Product Finder, quick display of product categories, sellers and rankings

紫鸟插件คืออะไร?

紫鸟插件 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kuniao และคุณลักษณะหลักของมันคือ "Amazon Product Finder, quick display of product categories, sellers and rankings"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 紫鸟插件

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

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

                        紫鸟插件介绍

亚马逊产品搜索器,快捷显示产品类目、卖家、排名
亚马逊产品跟踪插件
实时定价与销售排名历史
商品评价和星级历史
产品变体数据分析
以及配套的选品工具与关键词工具
产品运营监控伴侣

Introduction for Purple Bird Plugin 

Amazon Product Finder, quick display of product categories, sellers and rankings
Amazon Product Tracking Plugin
Real-time pricing and sales ranking history
Products reviews and reviews stars history
product variations data analysis
And matching Product Selection Tools and Keyword tools
Product operation monitoring partner                    

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

ชื่อ 紫鸟插件 紫鸟插件
ID gooemkdilmkoeinjobpbmgbogjopbbif
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/%E7%B4%AB%E9%B8%9F%E6%8F%92%E4%BB%B6/gooemkdilmkoeinjobpbmgbogjopbbif
คำอธิบาย Amazon Product Finder, quick display of product categories, sellers and rankings
ขนาดไฟล์ 819 KB
จำนวนการติดตั้ง 3,206
เวอร์ชันปัจจุบัน 2.0.18
อัปเดตครั้งล่าสุด 2022-03-28
วันที่เผยแพร่ 2019-12-16
คะแนน 2.20/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา kuniao
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://data.ziniao.com
URL หน้านโยบายความเป็นส่วนตัว https://data.ziniao.com/extension_privacy_policy.html
ภาษาที่รองรับ zh-CN
manifest.json
{
    "manifest_version": 2,
    "name": "\u7d2b\u9e1f\u63d2\u4ef6",
    "version": "2.0.18",
    "homepage_url": "https:\/\/data.ziniao.com",
    "description": "Amazon Product Finder, quick display of product categories, sellers and rankings",
    "icons": {
        "16": "img\/16.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.amzn.com\/*",
                "*:\/\/*.amazon.co.uk\/*",
                "*:\/\/*.amazon.de\/*",
                "*:\/\/*.amazon.fr\/*",
                "*:\/\/*.amazon.it\/*",
                "*:\/\/*.amazon.ca\/*",
                "*:\/\/*.amazon.com.mx\/*",
                "*:\/\/*.amazon.es\/*",
                "*:\/\/*.amazon.cn\/*",
                "*:\/\/*.amazon.co.jp\/*",
                "*:\/\/*.amazon.in\/*",
                "*:\/\/*.amazon.com.br\/*",
                "*:\/\/*.amazon.nl\/*",
                "*:\/\/*.amazon.com.au\/*"
            ],
            "css": [
                "css\/bundle-content.css"
            ],
            "js": [
                "vendor\/async.min.js",
                "js\/bundle-content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "js\/bundle-background.js"
        ]
    },
    "permissions": [
        "cookies",
        "*:\/\/*.ziniao.com\/*"
    ],
    "browser_action": {
        "default_icon": "img\/48.png",
        "default_title": "\u7d2b\u9e1f\u63d2\u4ef6"
    },
    "web_accessible_resources": [
        "css\/*",
        "js\/*",
        "img\/*",
        "vendor\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';"
}