Save For .It
Save For It is a budget-minded wishlist that saves all your online shopping lists in one place
Apa itu Save For .It?
Save For .It adalah ekstensi Chrome yang dikembangkan oleh http://savefor.it, dan fitur utamanya adalah "Save For It is a budget-minded wishlist that saves all your online shopping lists in one place".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Save For .It
Unduh file ekstensi Save For .It dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | clcokgoaockckcnlbhhjlodcimghlbkg |
URL Resmi | https://chrome.google.com/webstore/detail/save-for-it/clcokgoaockckcnlbhhjlodcimghlbkg |
Deskripsi | Save For It is a budget-minded wishlist that saves all your online shopping lists in one place |
Ukuran File | 20.8 KB |
Jumlah Instalasi | 23 |
Versi Saat Ini | 1.0.3.1 |
Terakhir Diperbarui | 2015-11-12 |
Tanggal Publikasi | 2015-11-12 |
Pengembang | http://savefor.it |
Tipe Pembayaran | free |
Situs Ekstensi | https://savefor.it |
URL Halaman Bantuan | https://savefor.it/help/ |
Bahasa yang Didukung | 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:\/\/*\/" ] } |