monote
monote lets you bookmark products to find them again later.
Was ist monote?
monote ist eine Chrome-Erweiterung, die von http://www.monote.io entwickelt wurde, und ihr Hauptmerkmal ist "monote lets you bookmark products to find them again later.".
Erweiterungsscreenshots
monote-Erweiterungs-CRX-Datei herunterladen
Laden Sie monote-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
↳ BOOKMARK Save products you found online to your wishlist to find and buy them later. ↳ ORGANIZE Sort your products into different lists and collections (e.g. "Book Reading List" or "Things I Need to Pack for my next Holiday") ↳ DECLUTTER Avoid impulse purchases and make informed product decisions instead. ↳ DISCOVER Find new products and collections based on the things you like. More info: www.monote.io
Grundlegende Informationen zur Erweiterung
Name | |
ID | anmibimddpcalenjmamohmfegpigbplg |
Offizielle URL | https://chrome.google.com/webstore/detail/monote/anmibimddpcalenjmamohmfegpigbplg |
Beschreibung | monote lets you bookmark products to find them again later. |
Dateigröße | 399 KB |
Installationsanzahl | 118 |
Aktuelle Version | 1.5 |
Letztes Update | 2018-04-08 |
Veröffentlichungsdatum | 2018-04-08 |
Bewertung | 4.75/5 Insgesamt 4 Bewertungen |
Entwickler | http://www.monote.io |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "monote", "description": "monote lets you bookmark products to find them again later.", "version": "1.5", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "128": "icon.png" }, "permissions": [ "activeTab", "storage", "cookies" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ " |