Amazon Show ASIN (ASA)
ASA is a 100% free extension that allows you to see full the title and ASIN code of the products on Amazon.com
什麼是Amazon Show ASIN (ASA)?
Amazon Show ASIN (ASA)是由https://ngothang.me開發的Chrome擴展程式,該擴展的主要功能是“ASA is a 100% free extension that allows you to see full the title and ASIN code of the products on Amazon.com”。
擴展截圖
下載Amazon Show ASIN (ASA)擴展crx文件
下載Amazon Show ASIN (ASA)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
ASA is the fastest way to reveal search ASIN code, title research, and get content guidelines directly in Amazon.com. 100% free and forever.
擴展基本資訊
名稱 | Amazon Show ASIN (ASA) |
ID | ikaoklbgbhdjhgkobibiapgoakofjcen |
官方網址 | https://chromewebstore.google.com/detail/amazon-show-asin-asa/ikaoklbgbhdjhgkobibiapgoakofjcen |
簡介 | ASA is a 100% free extension that allows you to see full the title and ASIN code of the products on Amazon.com |
檔案大小 | 45.9 KB |
安裝次數 | 92 |
目前版本 | 0.0.3 |
更新時間 | 2022-09-20 |
上架時間 | 2022-09-02 |
開發者 | https://ngothang.me |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://ngothang.me/ |
說明頁面URL | https://ngothang.me/contact/ |
隱私政策頁面URL | https://ngothang.me/privacy-policy |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Amazon Show ASIN (ASA)", "version": "0.0.3", "manifest_version": 3, "description": "ASA is a 100% free extension that allows you to see full the title and ASIN code of the products on Amazon.com", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "action": { "default_icon": { "16": "images\/icon-16.png", "32": "images\/icon-32.png" }, "default_title": "Amazon Show ASIN (ASA)", "default_popup": "popup.html" }, "background": { "service_worker": "scripts\/background.js", "type": "module" }, "content_scripts": [ { "matches": [ "*:\/\/www.amazon.com\/*" ], "js": [ "index.js" ], "css": [ "styles\/main.css" ], "run_at": "document_idle" } ], "permissions": [ "storage", "tabs" ], "optional_permissions": [] } |