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 |
| 官方URL | 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'"
} | |