Spritz Chrome Extension
Take control of your Software Subscriptions with Spritz. Issue unique virtual cards directy from your browser.
Spritz Chrome Extension là gì?
Spritz Chrome Extension là một tiện ích mở rộng Chrome được phát triển bởi https://spritz.works, và tính năng chính của nó là "Take control of your Software Subscriptions with Spritz. Issue unique virtual cards directy from your browser.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Spritz Chrome Extension
Tải xuống các tệp mở rộng Spritz Chrome Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Spritz Chrome Extension |
ID | hlbeaholcojefpebfecchfbdcfjnkeoj |
URL Chính Thức | https://chromewebstore.google.com/detail/spritz-chrome-extension/hlbeaholcojefpebfecchfbdcfjnkeoj |
Mô tả | Take control of your Software Subscriptions with Spritz. Issue unique virtual cards directy from your browser. |
Kích Thước Tệp | 2.7 MB |
Số Lần Cài Đặt | 81 |
Phiên Bản Hiện Tại | Beta |
Cập Nhật Lần Cuối | 2019-04-11 |
Ngày Phát Hành | 2019-04-10 |
Nhà Phát Triển | https://spritz.works |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://spritz.works/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |