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'"
}