Unicorn Smasher

Find the perfect product to start dominating on Amazon

Unicorn Smasherคืออะไร?

Unicorn Smasher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://unicornsmasherpro.com และคุณลักษณะหลักของมันคือ "Find the perfect product to start dominating on Amazon"

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

screenshot
screenshot
screenshot

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

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

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

                        Built by Amztracker, Unicorn Smasher Free is a great tool for AMZ sellers that supercharges your Amazon product research.  

We make it easy for you to pinpoint the perfect product that will fast track you to the top of your niche.

 Brought to you by THE AMZ selling pros at https://www.unicornsmasherpro.com/


If you can't see the data, please remove the old version and reinstall it in the app store. By this url  https://chrome.google.com/webstore/detail/igajbpknpbdaknnmhpbolfidbhcdfokg                    

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

ชื่อ Unicorn Smasher Unicorn Smasher
ID igajbpknpbdaknnmhpbolfidbhcdfokg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/unicorn-smasher/igajbpknpbdaknnmhpbolfidbhcdfokg
คำอธิบาย Find the perfect product to start dominating on Amazon
ขนาดไฟล์ 1.33 MB
จำนวนการติดตั้ง 23,486
เวอร์ชันปัจจุบัน 1.0.24.3
อัปเดตครั้งล่าสุด 2023-02-22
วันที่เผยแพร่ 2021-03-03
คะแนน 2.00/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา https://unicornsmasherpro.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.unicornsmasherpro.com/
URL หน้าช่วยเหลือ https://help.unicornsmasherpro.com/
URL หน้านโยบายความเป็นส่วนตัว https://help.unicornsmasherpro.com/article/242-privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "manifest_version": 3,
    "version": "1.0.24.3",
    "name": "Unicorn Smasher",
    "description": "Find the perfect product to start dominating on Amazon",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "images\/amztracker-logo-128.png"
    },
    "content_scripts": [
        {
            "css": [
                "css\/unicorn.css"
            ],
            "js": [
                "lib\/jquery.js",
                "lib\/jquery.tablesorter.min.js",
                "lib\/table2csv.js",
                "lib\/raven.min.js",
                "js\/constants.js",
                "js\/helper.js",
                "js\/search.js",
                "js\/product.js",
                "js\/onpage.js",
                "js\/onPageTool.js"
            ],
            "matches": [
                "*:\/\/*.amztracker.com\/*",
                "*:\/\/*.amazon.cn\/*",
                "*:\/\/*.amazon.in\/*",
                "*:\/\/*.amazon.com.mx\/*",
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.amazon.ca\/*",
                "*:\/\/*.amazon.de\/*",
                "*:\/\/*.amazon.es\/*",
                "*:\/\/*.amazon.fr\/*",
                "*:\/\/*.amazon.it\/*",
                "*:\/\/*.amazon.co.jp\/*",
                "*:\/\/*.amazon.co.uk\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'",
        "sandbox": "sandbox allow-scripts; script-src 'self' 'https:\/\/ssl.google-analytics.com' 'https:\/\/connect.facebook.net'; object-src 'self'"
    },
    "homepage_url": "https:\/\/unicornsmasherpro.com",
    "icons": {
        "128": "images\/amztracker-logo-128.png"
    },
    "permissions": [
        "gcm",
        "storage",
        "notifications",
        "identity",
        "tabs",
        "background",
        "storage",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "*:\/\/www.amazon.com\/*",
        "*:\/\/www.amztrackers.com\/*",
        "https:\/\/www.google-analytics.com\/",
        "https:\/\/connect.facebook.net\/"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "web_accessible_resources": [
        {
            "resources": [
                "images\/dtas.png",
                "images\/dtas_hover.png",
                "images\/amztracker-logo-128.png",
                "images\/amztracker-logo-200.jpg",
                "images\/unicorn.png",
                "images\/unicorn-logo-stacked.png",
                "images\/unicorn-logo-white.png",
                "popup.html",
                "dashboard.html",
                "error.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}