IP Alert
IP Alert warns users of potential IP claims on Amazon Product Detail Pages.
Vad är IP Alert?
IP Alert är en Chrome-tillägg utvecklad av https://www.cleartheshelf.com, och dess huvudfunktion är "IP Alert warns users of potential IP claims on Amazon Product Detail Pages.".
Tilläggsskärmbilder
Ladda ner IP Alert-förlängningens CRX-fil
Ladda ner IP Alert-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | dcmindjgpiimpmkgmabhkflfaiimioea |
| Officiell webbadress | https://chromewebstore.google.com/detail/ip-alert/dcmindjgpiimpmkgmabhkflfaiimioea |
| Beskrivning | IP Alert warns users of potential IP claims on Amazon Product Detail Pages. |
| Filstorlek | 133 KB |
| Antal Installationer | 38,762 |
| Aktuell Version | 2.41 |
| Senast Uppdaterad | 2023-11-08 |
| Publiceringsdatum | 2021-04-22 |
| Betyg | 4.14/5 Totalt 28 Betyg |
| Utvecklare | https://www.cleartheshelf.com |
| E-post | [email protected] |
| Betalningssätt | free |
| URL till Sekretesspolicy Sidan | http://cleartheshelf.com/privacy-policy |
| Stödda Språk | 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": [
" | |