ASIN Fetcher

Validate and fetch amazon product pages by ASIN code

ASIN Fetcherคืออะไร?

ASIN Fetcher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย gopityro และคุณลักษณะหลักของมันคือ "Validate and fetch amazon product pages by ASIN code"

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

screenshot
screenshot

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

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

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

                        *Check and validate amazon product pages by enter ASIN code.
*Supported 14 different countries amazon websites
*Use your setting to change the behavior of extension
*Select a text on any website and Right Click search on amazon website 
Please, write your specific requirement to make this extension more useful.                    

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

ชื่อ ASIN Fetcher ASIN Fetcher
ID gghbpobllgpdhiijbnnnhciidcijgpad
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/asin-fetcher/gghbpobllgpdhiijbnnnhciidcijgpad
คำอธิบาย Validate and fetch amazon product pages by ASIN code
ขนาดไฟล์ 139 KB
จำนวนการติดตั้ง 411
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2023-09-05
วันที่เผยแพร่ 2019-03-25
คะแนน 3.25/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา gopityro
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Gopi Tyro",
    "browser_action": {
        "default_icon": "img\/icon-16.png",
        "default_popup": "popup.html"
    },
    "short_name": "Amazon asin checker",
    "description": "Validate and fetch amazon product pages by ASIN code",
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "manifest_version": 2,
    "name": "ASIN Fetcher",
    "permissions": [
        "activeTab",
        "storage",
        "notifications",
        "contextMenus"
    ],
    "version": "1.0.3"
}