Importable
Shop Amazon.com with Bahamas customs automatically calculated.
什么是Importable?
Importable是由Importable开发的Chrome扩展程序,该扩展的主要功能是“Shop Amazon.com with Bahamas customs automatically calculated.”。
扩展截图
下载Importable扩展crx文件
下载Importable扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Quickly find and calculate Bahamas customs cost while shopping online. See customs costs while shopping Amazon.
扩展基本信息
名称 | |
ID | fgcpnflkmkpfbpadfinicmbijdddmkji |
官方URL | https://chromewebstore.google.com/detail/importable/fgcpnflkmkpfbpadfinicmbijdddmkji |
简介 | Shop Amazon.com with Bahamas customs automatically calculated. |
文件大小 | 227 KB |
安装次数 | 56 |
当前版本 | 0.0.1 |
更新时间 | 2022-03-11 |
上架时间 | 2022-03-11 |
评分 | 5.00/5 共1次评分 |
开发者 | Importable |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://importable.app/ |
隐私政策页面URL | https://importable.app/privacy-policy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Importable", "description": "Shop Amazon.com with Bahamas customs automatically calculated.", "version": "0.0.1", "permissions": [ "storage" ], "background": { "service_worker": "\/js\/background.js" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/logo16.png", "32": "\/images\/logo32.png", "48": "\/images\/logo48.png", "128": "\/images\/logo128.png" } }, "icons": { "16": "\/images\/logo16.png", "32": "\/images\/logo32.png", "48": "\/images\/logo48.png", "128": "\/images\/logo128.png" }, "options_page": "options.html", "content_scripts": [ { "matches": [ "https:\/\/*.amazon.com\/*" ], "js": [ "js\/amazon.js" ], "css": [ "css\/amazon.css" ] } ] } |