Save For .It
Save For It is a budget-minded wishlist that saves all your online shopping lists in one place
Co to jest Save For .It?
Save For .It to rozszerzenie Chrome opracowane przez http://savefor.it, a jego główną funkcją jest „Save For It is a budget-minded wishlist that saves all your online shopping lists in one place”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Save For .It
Pobierz pliki rozszerzeń Save For .It 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
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | clcokgoaockckcnlbhhjlodcimghlbkg |
Oficjalny URL | https://chrome.google.com/webstore/detail/save-for-it/clcokgoaockckcnlbhhjlodcimghlbkg |
Opis | Save For It is a budget-minded wishlist that saves all your online shopping lists in one place |
Rozmiar pliku | 20.8 KB |
Liczba instalacji | 23 |
Aktualna Wersja | 1.0.3.1 |
Ostatnia Aktualizacja | 2015-11-12 |
Data Publikacji | 2015-11-12 |
Deweloper | http://savefor.it |
Typ Płatności | free |
Strona Rozszerzenia | https://savefor.it |
Adres URL Strony Pomocy | https://savefor.it/help/ |
Obsługiwane Języki | 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:\/\/*\/" ] } |