Merch Informer Book Hunter

Merch Informer Book Hunter

Merch Informer Book Hunterคืออะไร?

Merch Informer Book Hunter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://merchinformer.com และคุณลักษณะหลักของมันคือ "Merch Informer Book Hunter"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Merch Informer Book Hunter

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

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

                        When it comes to Merch by Amazon research, there is only one logical choice, Merch Informer!

Merch Informer is pleased to announce the Merch Informer Book Hunter. With this new extension you can take your research OFF of Amazon and ON to the most popular social space in the world.

With the single click of a button you can search posts from fourteen different marketplaces and 12 different search variations.

These posts will be popular posts from influencers, ads, and more!

You will have access to the Image, Text, likes, shares and comments. Not only that, but the amount of likes, comments and shares are sortable so you can make sure you are ONLY looking where there is customer demand.

All of this can easily be downloaded into a CSV file for your convenience!

Merch Informer has you covered for every step of the Merch by Amazon process!                    

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

ชื่อ Merch Informer Book Hunter Merch Informer Book Hunter
ID nhaniflhedjjeomiajkheofdaeeabfgg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/merch-informer-book-hunte/nhaniflhedjjeomiajkheofdaeeabfgg
คำอธิบาย Merch Informer Book Hunter
ขนาดไฟล์ 163 KB
จำนวนการติดตั้ง 1,860
เวอร์ชันปัจจุบัน 2.0.2
อัปเดตครั้งล่าสุด 2019-08-13
วันที่เผยแพร่ 2019-08-13
คะแนน 2.78/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา https://merchinformer.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://merchinformer.com/
URL หน้านโยบายความเป็นส่วนตัว https://merchinformer.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Merch Informer Book Hunter",
    "description": "Merch Informer Book Hunter",
    "background": {
        "scripts": [
            "scripts\/background.min.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_title": "Merch Informer Book Hunter"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*",
                "https:\/\/facebook.com\/*"
            ],
            "js": [
                "vendor\/jquery.js",
                "vendor\/jquery-ui.js",
                "scripts\/content.min.js"
            ],
            "css": [
                "styles\/content.min.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "images\/loader.svg",
        "images\/cross.svg",
        "images\/logo.png"
    ],
    "content_security_policy": "script-src 'self' https:\/\/fonts.googleapis.com; object-src 'self'",
    "icons": {
        "128": "images\/icon.png",
        "16": "images\/icon.png",
        "48": "images\/icon.png"
    },
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "storage",
        "https:\/\/members.merchinformer.com\/",
        "https:\/\/api.markinformer.com\/"
    ],
    "version": "2.0.2"
}