Spritz Chrome Extension
Take control of your Software Subscriptions with Spritz. Issue unique virtual cards directy from your browser.
Co to jest Spritz Chrome Extension?
Spritz Chrome Extension to rozszerzenie Chrome opracowane przez https://spritz.works, a jego główną funkcją jest „Take control of your Software Subscriptions with Spritz. Issue unique virtual cards directy from your browser.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Spritz Chrome Extension
Pobierz pliki rozszerzeń Spritz Chrome Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Spritz Chrome Extension |
ID | hlbeaholcojefpebfecchfbdcfjnkeoj |
Oficjalny URL | https://chromewebstore.google.com/detail/spritz-chrome-extension/hlbeaholcojefpebfecchfbdcfjnkeoj |
Opis | Take control of your Software Subscriptions with Spritz. Issue unique virtual cards directy from your browser. |
Rozmiar pliku | 2.7 MB |
Liczba instalacji | 81 |
Aktualna Wersja | Beta |
Ostatnia Aktualizacja | 2019-04-11 |
Data Publikacji | 2019-04-10 |
Deweloper | https://spritz.works |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://spritz.works/privacy-policy |
Obsługiwane Języki | 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'" } |