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是由https://spritz.works開發的Chrome擴展程式,該擴展的主要功能是“Take control of your Software Subscriptions with Spritz. Issue unique virtual cards directy from your browser.”。
擴展截圖
下載Spritz Chrome Extension擴展crx文件
下載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. 擴展基本資訊
| 名稱 | |
| ID | hlbeaholcojefpebfecchfbdcfjnkeoj |
| 官方網址 | 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'"
} | |