Spritz Chrome Extension
Take control of your Software Subscriptions with Spritz. Issue unique virtual cards directy from your browser.
Apa itu Spritz Chrome Extension?
Spritz Chrome Extension adalah ekstensi Chrome yang dikembangkan oleh https://spritz.works, dan fitur utamanya adalah "Take control of your Software Subscriptions with Spritz. Issue unique virtual cards directy from your browser.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Spritz Chrome Extension
Unduh file ekstensi Spritz Chrome Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Spritz Chrome Extension |
ID | hlbeaholcojefpebfecchfbdcfjnkeoj |
URL Resmi | https://chromewebstore.google.com/detail/spritz-chrome-extension/hlbeaholcojefpebfecchfbdcfjnkeoj |
Deskripsi | Take control of your Software Subscriptions with Spritz. Issue unique virtual cards directy from your browser. |
Ukuran File | 2.7 MB |
Jumlah Instalasi | 81 |
Versi Saat Ini | Beta |
Terakhir Diperbarui | 2019-04-11 |
Tanggal Publikasi | 2019-04-10 |
Pengembang | https://spritz.works |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://spritz.works/privacy-policy |
Bahasa yang Didukung | 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'" } |