Merch Informer Asin Extractor

Merch Informer Asin Extractor for Merch by Amazon The Merch Informer Asin Extractor is a plugin that is available for everyone to…

Merch Informer Asin Extractorคืออะไร?

Merch Informer Asin Extractor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://merchinformer.com และคุณลักษณะหลักของมันคือ "Merch Informer Asin Extractor for Merch by Amazon The Merch Informer Asin Extractor is a plugin that is available for everyone to…"

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

screenshot

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

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

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

                        Merch Informer Asin Extractor for Merch by Amazon

The Merch Informer Asin Extractor is a plugin that is available for everyone to download a list of ASINs from their Merch account. This allows you to have an excel spreadsheet of all the ASINs uploaded to your account in order to upload them to the Merch Informer Trademark Hunter.

Keeping a detailed record of your Merch account with a list of ASINs has never been easier!

Simply use this extension, click on the "download CSV" button, and then wait until your CSV file downloads. You can then upload this file to the Merch Informer Trademark Hunter and monitor your listings for any changes in trademarks from the USPTO.                    

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

ชื่อ Merch Informer Asin Extractor Merch Informer Asin Extractor
ID ppgopkhdoebkcjfceebjeeijpbpiklhe
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/merch-informer-asin-extra/ppgopkhdoebkcjfceebjeeijpbpiklhe
คำอธิบาย Merch Informer Asin Extractor for Merch by Amazon The Merch Informer Asin Extractor is a plugin that is available for everyone to…
ขนาดไฟล์ 37.58 KB
จำนวนการติดตั้ง 90
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2018-12-17
วันที่เผยแพร่ 2018-12-17
ผู้พัฒนา https://merchinformer.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://merchinformer.com/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Merch Informer Asin Extractor",
    "description": "",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_title": "Merch Informer Asin Extractor"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/merch.amazon.com\/*"
            ],
            "js": [
                "scripts\/content.min.js"
            ],
            "run_at": "document_start"
        }
    ],
    "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:\/\/merch.amazon.com\/*"
    ],
    "version": "1.0"
}