Amazon ASIN Viewer
Make visible all ASIN easily on any page of Amazon Site
什麼是Amazon ASIN Viewer?
Amazon ASIN Viewer是由saaction開發的Chrome擴展程式,該擴展的主要功能是“Make visible all ASIN easily on any page of Amazon Site”。
擴展截圖
下載Amazon ASIN Viewer擴展crx文件
下載Amazon ASIN Viewer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
ASIN Viewer, the Amazon ASIN Viewer Tool allowing Amazon Sellers visible ASINS easily on any page Features include: • View ASINs on any Amazon Search result page • View ASINs on Amazon Product Page • Works on over 15 Amazon marketplaces .com .ca .co.uk .es .fr .de .it & many more • View ASINs on any amazon page • 100% FREE • FREE Lifetime Updates • FREE Support Got Question? Reach us : https://saaction.in
擴展基本資訊
名稱 | Amazon ASIN Viewer |
ID | ahhaaapepffpiajdgbaedofpbpfbncff |
官方網址 | https://chromewebstore.google.com/detail/amazon-asin-viewer/ahhaaapepffpiajdgbaedofpbpfbncff |
簡介 | Make visible all ASIN easily on any page of Amazon Site |
檔案大小 | 31.66 KB |
安裝次數 | 163 |
目前版本 | 0.2 |
更新時間 | 2021-04-12 |
上架時間 | 2021-02-16 |
評分 | 5.00/5 共 2 次評分 |
開發者 | saaction |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | http://saaction.in/ |
說明頁面URL | http://saaction.in/ |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Amazon ASIN Viewer", "version": "0.2", "description": "Make visible all ASIN easily on any page of Amazon Site", "permissions": [ "*:\/\/*.amazon.com\/*", "tabs", "activeTab", "storage" ], "options_page": ".\/popup.html", "background": { "scripts": [ ".\/background.js" ], "persistent": false }, "browser_action": { "default_popup": ".\/popup.html", "default_title": "Amazon ASIN Options", "default_icon": { "16": ".\/images\/icon16.png", "32": ".\/images\/icon32.png", "48": ".\/images\/icon48.png", "128": ".\/images\/icon128.png" } }, "icons": { "16": ".\/images\/icon16.png", "32": ".\/images\/icon32.png", "48": ".\/images\/icon48.png", "128": ".\/images\/icon128.png" }, "manifest_version": 2 } |