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 |
公式URL | 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 |
Eメール | [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 } |