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 - это расширение Chrome, разработанное https://spritz.works, и его основная функция - "Take control of your Software Subscriptions with Spritz. Issue unique virtual cards directy from your browser.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Spritz Chrome Extension

Скачайте файлы расширений 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.                    

Основная информация о расширении

Название Spritz Chrome Extension 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'"
}