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 |
| Eメール | [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": [
" | |