Spritz Chrome Extension
Take control of your Software Subscriptions with Spritz. Issue unique virtual cards directy from your browser.
Spritz Chrome Extensionคืออะไร?
Spritz Chrome Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://spritz.works และคุณลักษณะหลักของมันคือ "Take control of your Software Subscriptions with Spritz. Issue unique virtual cards directy from your browser."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Spritz Chrome Extension
ดาวน์โหลดไฟล์ส่วนขยาย Spritz Chrome Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Spritz is a magic corporate card that simplifies all your expenses, learning & development budgets, employee perks and software subscription (SaaS) management. Use our Chrome widget to create unique virtual visa cards for every online subscription. - Manage your software and online subscriptions in one place. - No need to update all of your subscriptions when someone leaves or a card expires. - Easily cancel subscriptions - without logging into each service. Head to https://spritz.works to find out more and to get started.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Spritz Chrome Extension |
ID | hlbeaholcojefpebfecchfbdcfjnkeoj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/spritz-chrome-extension/hlbeaholcojefpebfecchfbdcfjnkeoj |
คำอธิบาย | Take control of your Software Subscriptions with Spritz. Issue unique virtual cards directy from your browser. |
ขนาดไฟล์ | 2.7 MB |
จำนวนการติดตั้ง | 81 |
เวอร์ชันปัจจุบัน | Beta |
อัปเดตครั้งล่าสุด | 2019-04-11 |
วันที่เผยแพร่ | 2019-04-10 |
ผู้พัฒนา | https://spritz.works |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://spritz.works/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Take control of your Software Subscriptions with Spritz. Issue unique virtual cards directy from your browser.", "version": "1.1", "name": "Spritz Chrome Extension", "short_name": "Spritz", "options_page": "", "background": { "page": "background.html" }, "permissions": [ "tabs", "https:\/\/*.spritz.works\/" ], "content_scripts": [], "browser_action": { "default_popup": "popup.html", "default_icon": "spritz-icon-48.png" }, "icons": { "128": "spritz-icon-128.png" }, "manifest_version": 2, "version_name": "Beta", "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/cdn.segment.com; object-src 'self'" } |