Save For .It
Save For It is a budget-minded wishlist that saves all your online shopping lists in one place
Save For .Itคืออะไร?
Save For .It เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://savefor.it และคุณลักษณะหลักของมันคือ "Save For It is a budget-minded wishlist that saves all your online shopping lists in one place"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Save For .It
ดาวน์โหลดไฟล์ส่วนขยาย Save For .It ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | clcokgoaockckcnlbhhjlodcimghlbkg |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/save-for-it/clcokgoaockckcnlbhhjlodcimghlbkg |
คำอธิบาย | Save For It is a budget-minded wishlist that saves all your online shopping lists in one place |
ขนาดไฟล์ | 20.8 KB |
จำนวนการติดตั้ง | 23 |
เวอร์ชันปัจจุบัน | 1.0.3.1 |
อัปเดตครั้งล่าสุด | 2015-11-12 |
วันที่เผยแพร่ | 2015-11-12 |
ผู้พัฒนา | http://savefor.it |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://savefor.it |
URL หน้าช่วยเหลือ | https://savefor.it/help/ |
ภาษาที่รองรับ | 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:\/\/*\/" ] } |