IP Alert
IP Alert warns users of potential IP claims on Amazon Product Detail Pages.
什么是IP Alert?
IP Alert是由https://www.cleartheshelf.com开发的Chrome扩展程序,该扩展的主要功能是“IP Alert warns users of potential IP claims on Amazon Product Detail Pages.”。
扩展截图
下载IP Alert扩展crx文件
下载IP Alert扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The IP Alert extension will trigger a pop-up as well as a flashing red siren near the brand name on an Amazon Product detail page.
The brands that are triggered have been crowd-sourced by fellow Amazon sellers and are updated regularly. 扩展基本信息
| 名称 | |
| ID | dcmindjgpiimpmkgmabhkflfaiimioea |
| 官方URL | https://chromewebstore.google.com/detail/ip-alert/dcmindjgpiimpmkgmabhkflfaiimioea |
| 简介 | IP Alert warns users of potential IP claims on Amazon Product Detail Pages. |
| 文件大小 | 133 KB |
| 安装次数 | 38,762 |
| 当前版本 | 2.41 |
| 更新时间 | 2023-11-08 |
| 上架时间 | 2021-04-22 |
| 评分 | 4.14/5 共28次评分 |
| 开发者 | https://www.cleartheshelf.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | http://cleartheshelf.com/privacy-policy |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "IP Alert",
"description": "IP Alert warns users of potential IP claims on Amazon Product Detail Pages.",
"version": "2.41",
"action": {
"default_icon": {
"16": "images\/IPAlert16x16.jpg",
"48": "images\/IPAlert48x48.jpg",
"128": "images\/IPAlert128x128.jpg"
},
"default_title": "IP Alert",
"default_popup": "html\/popup.html"
},
"content_scripts": [
{
"matches": [
"*:\/\/tacticalarbitrage.com\/*",
"*:\/\/app.tacticalarbitrage.com\/*",
"*:\/\/*.amazon.com.br\/*",
"*:\/\/*.amazon.ca\/*",
"*:\/\/*.amazon.com.mx\/*",
"*:\/\/*.amazon.com\/*",
"*:\/\/*.amazon.cn\/*",
"*:\/\/*.amazon.in\/*",
"*:\/\/*.amazon.co.jp\/*",
"*:\/\/*.amazon.sg\/*",
"*:\/\/*.amazon.com.tr\/*",
"*:\/\/*.amazon.ae\/*",
"*:\/\/*.amazon.sa\/*",
"*:\/\/*.amazon.fr\/*",
"*:\/\/*.amazon.de\/*",
"*:\/\/*.amazon.it\/*",
"*:\/\/*.amazon.nl\/*",
"*:\/\/*.amazon.pl\/*",
"*:\/\/*.amazon.es\/*",
"*:\/\/*.amazon.se\/*",
"*:\/\/*.amazon.co.uk\/*",
"*:\/\/*.amazon.com.au\/*"
],
"js": [
"js\/jquery.js",
"js\/utils.js",
"js\/content.js"
],
"all_frames": true,
"run_at": "document_start"
}
],
"permissions": [
"storage"
],
"host_permissions": [
"*:\/\/app.getipalert.com\/*"
],
"background": {
"service_worker": "js\/background.js"
},
"icons": {
"16": "images\/IPAlert16x16.jpg",
"48": "images\/IPAlert48x48.jpg",
"128": "images\/IPAlert128x128.jpg"
},
"web_accessible_resources": [
{
"resources": [
"images\/*"
],
"matches": [
" | |