Save For .It
Save For It is a budget-minded wishlist that saves all your online shopping lists in one place
Cos'è Save For .It?
Save For .It è un'estensione di Chrome sviluppata da http://savefor.it, e la sua funzione principale è "Save For It is a budget-minded wishlist that saves all your online shopping lists in one place".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Save For .It
Scarica i file di estensione Save For .It in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
SaveFor.it is a browser addon that helps you plan for future purchases. Think of it as a simple wish list and budgeting app, all based in the cloud. Visit https://savefor.it for more information.
Informazioni di Base sull'Estensione
Nome | |
ID | clcokgoaockckcnlbhhjlodcimghlbkg |
URL Ufficiale | https://chrome.google.com/webstore/detail/save-for-it/clcokgoaockckcnlbhhjlodcimghlbkg |
Descrizione | Save For It is a budget-minded wishlist that saves all your online shopping lists in one place |
Dimensione del File | 20.8 KB |
Conteggio Installazioni | 23 |
Versione Corrente | 1.0.3.1 |
Ultimo Aggiornamento | 2015-11-12 |
Data di Pubblicazione | 2015-11-12 |
Sviluppatore | http://savefor.it |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://savefor.it |
URL della Pagina di Aiuto | https://savefor.it/help/ |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Save For .It", "description": "Save For It is a budget-minded wishlist that saves all your online shopping lists in one place", "version": "1.0.3.1", "browser_action": { "default_icon": "icon_32.png", "default_title": "Click to save for it!" }, "background": { "scripts": [ "popup.js" ] }, "icons": { "32": "icon_32.png", "128": "icon_128.png" }, "permissions": [ "activeTab", "http:\/\/*\/", "https:\/\/*\/" ] } |