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. 扩展基本信息
| 名称 | |
| ID | ikaoklbgbhdjhgkobibiapgoakofjcen |
| 官方URL | 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": []
} | |