monote
monote lets you bookmark products to find them again later.
Co to jest monote?
monote to rozszerzenie Chrome opracowane przez http://www.monote.io, a jego główną funkcją jest „monote lets you bookmark products to find them again later.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia monote
Pobierz pliki rozszerzeń monote w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
↳ 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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | anmibimddpcalenjmamohmfegpigbplg |
Oficjalny URL | https://chrome.google.com/webstore/detail/monote/anmibimddpcalenjmamohmfegpigbplg |
Opis | monote lets you bookmark products to find them again later. |
Rozmiar pliku | 399 KB |
Liczba instalacji | 118 |
Aktualna Wersja | 1.5 |
Ostatnia Aktualizacja | 2018-04-08 |
Data Publikacji | 2018-04-08 |
Ocena | 4.75/5 Łącznie 4 Oceny |
Deweloper | http://www.monote.io |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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": [ " |