Spritz Chrome Extension
Take control of your Software Subscriptions with Spritz. Issue unique virtual cards directy from your browser.
What is Spritz Chrome Extension?
Spritz Chrome Extension is a Chrome extension developed by https://spritz.works, and its main feature is "Take control of your Software Subscriptions with Spritz. Issue unique virtual cards directy from your browser.".
Extension Screenshots
Download Spritz Chrome Extension Extension CRX File
Download Spritz Chrome Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Spritz Chrome Extension |
ID | hlbeaholcojefpebfecchfbdcfjnkeoj |
Official URL | https://chromewebstore.google.com/detail/spritz-chrome-extension/hlbeaholcojefpebfecchfbdcfjnkeoj |
Description | Take control of your Software Subscriptions with Spritz. Issue unique virtual cards directy from your browser. |
File Size | 2.7 MB |
Installation Count | 81 |
Current Version | Beta |
Last Updated | 2019-04-11 |
Publish Date | 2019-04-10 |
Developer | https://spritz.works |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://spritz.works/privacy-policy |
Supported Languages | 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'" } |