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 |
电子邮箱 | [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 } |