IReviews Shopping Assistant
Never miss out on savings again! Compare and track product prices and availability while browsing your favorite stores.
Vad är IReviews Shopping Assistant?
IReviews Shopping Assistant är en Chrome-tillägg utvecklad av https://ireviews.com/shopping-assistant, och dess huvudfunktion är "Never miss out on savings again! Compare and track product prices and availability while browsing your favorite stores.".
Tilläggsskärmbilder
Ladda ner IReviews Shopping Assistant-förlängningens CRX-fil
Ladda ner IReviews Shopping Assistant-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
Receive notifications letting you know when items are back in stock. Get recommendations for cards that help you earn even more savings when purchasing products.
Grundläggande Information om Tillägg
Namn | IReviews Shopping Assistant |
ID | ppjcaodegfaoikboamajamdiggbalnai |
Officiell webbadress | https://chromewebstore.google.com/detail/ireviews-shopping-assista/ppjcaodegfaoikboamajamdiggbalnai |
Beskrivning | Never miss out on savings again! Compare and track product prices and availability while browsing your favorite stores. |
Filstorlek | 2.41 MB |
Antal Installationer | 70 |
Aktuell Version | 3.0.10 |
Senast Uppdaterad | 2022-12-03 |
Publiceringsdatum | 2021-07-19 |
Betyg | 5.00/5 Totalt 3 Betyg |
Utvecklare | https://ireviews.com/shopping-assistant |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www.ireviews.com/ |
Hjälpsida URL | https://www.ireviews.com/contact |
URL till Sekretesspolicy Sidan | https://www.ireviews.com/privacy-policy |
Stödda Språk | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "background": { "service_worker": "background.js", "type": "module" }, "name": "IReviews Shopping Assistant", "version": "3.0.10", "description": "Never miss out on savings again! Compare and track product prices and availability while browsing your favorite stores.", "icons": { "512": "NewLogo.png" }, "action": { "default_popup": "popup.html" }, "permissions": [ "tabs", "storage", "scripting", "notifications" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "https:\/\/api.ireviews.com\/*", "https:\/\/fonts.googleapis.com\/*" ], "content_scripts": [ { "run_at": "document_end", "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ ".\/static\/js\/jquery-3.6.0.min.js", ".\/static\/js\/chart.min.js", "foreground.js", "gtag.js" ] } ] } |