AmzScope Chrome Extension

Find the perfect product on Amazon with the help of AmzScope - the best product research helper!

AmzScope Chrome Extensionคืออะไร?

AmzScope Chrome Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย AmzScope Applications และคุณลักษณะหลักของมันคือ "Find the perfect product on Amazon with the help of AmzScope - the best product research helper!"

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

screenshot
screenshot

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

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

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

                        AmzScope Chrome will provide factual data about products on Amazon in one click.

Receive data on the number of sales, turnover, potential profit of goods and other useful information directly from the browser in one click.

AmzScope Chrome extension will help you find profitable products for sale on Amazon and will show the number of sales of competitors. With this data you can make a good decision and run a really successful product.

At the moment, the applications only work on the Amazon.com market.                    

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

ชื่อ AmzScope Chrome Extension AmzScope Chrome Extension
ID ebpfodihnekfadcmpofagdimamljpnnf
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/amzscope-chrome-extension/ebpfodihnekfadcmpofagdimamljpnnf
คำอธิบาย Find the perfect product on Amazon with the help of AmzScope - the best product research helper!
ขนาดไฟล์ 1.15 MB
จำนวนการติดตั้ง 5,000
เวอร์ชันปัจจุบัน 7.3.8
อัปเดตครั้งล่าสุด 2022-03-28
วันที่เผยแพร่ 2020-02-21
คะแนน 3.68/5 รวมทั้งหมด 19 คะแนน
ผู้พัฒนา AmzScope Applications
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://amzscope.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AmzScope Chrome Extension",
    "description": "Find the perfect product on Amazon with the help of AmzScope - the best product research helper!",
    "version": "7.3.8",
    "homepage_url": "http:\/\/www.amzscope.com",
    "manifest_version": 2,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArE9eM\/pS5dy+2FhC06hmPCL9JOsYjHmv6O4xQMWBT4s+hjSYSvF\/JqKbK6\/ZNm7SZGOGBh7eULqt7RZxzXgeIZiWcrH80F28mn9YvOHm3PttOHvPgZtZtWQ3F7M\/vKj26\/HAHUtOBGK2v98ZQYjBe3rEvcUbvZ2ihTBsUgmo37yILuRISkM8ryeI6Ll1l01fcsolfsYgUP8xLl72l6tv1vvThAuKhw3uAIiv7tzVwEdbFjfUoHW6JPh0NYmzY4f\/wNSSa2dqY5eDcC5YDUX5GroiwVFDQXN+ihyWXijM\/RSbuY84+WZFXBaEZJHGve87\/uDowDiNBpWdI2TWB54AEQIDAQAB",
    "permissions": [
        "activeTab",
        "tabs",
        "identity",
        "background",
        "storage",
        "unlimitedStorage",
        "https:\/\/amazon.com\/*",
        "https:\/\/www.amazon.com\/*",
        "http:\/\/amzscopeapi.com\/*",
        "http:\/\/www.amzscope.com\/*",
        "https:\/\/app.amzscope.com\/*"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "background": {
        "scripts": [
            "lib\/jquery-2.2.0.min.js",
            "lib\/jquery-ui.min.js",
            "lib\/tablesorter.min.js",
            "js\/background.js",
            "js\/researchHelper.js",
            "js\/fetcherHelper.js",
            "js\/tableHelper.js",
            "js\/dashboardHelper.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon_19.png",
            "38": "img\/icon_38.png"
        }
    },
    "icons": {
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/amazon.com\/*",
                "https:\/\/www.amazon.com\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "lib\/jquery-2.2.0.min.js",
                "lib\/jquery-ui.min.js",
                "lib\/tablesorter.min.js",
                "lib\/jquery.tooltipster.min.js",
                "js\/researchHelper.js",
                "js\/fetcherHelper.js",
                "js\/tableHelper.js",
                "js\/dashboardHelper.js",
                "js\/main.js"
            ],
            "css": [
                "css\/style.css",
                "css\/amzscope-popup.css",
                "css\/tooltipster.css",
                "css\/jquery-ui.min.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "index.html",
        "img\/*",
        "*.jpg",
        "font\/*"
    ]
}