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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | Spritz Chrome Extension |
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'" } |