LicenceOne

Detect login activity for your software subscriptions

Τι είναι το LicenceOne;

Το LicenceOne είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://licence.one, και η κύρια λειτουργία του είναι "Detect login activity for your software subscriptions".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης LicenceOne

Λήψη αρχείων επέκτασης LicenceOne σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Help your company improve their app security and understand what software subscriptions aren’t being used anymore.

With LicenceOne’s browser extension, your company will be able to:
🔗 Link team members to the business apps they have access to
🚪 Launch processes to remove users from applications when they leave the company
📊 Detect the last time your team logged into business applications
💸 Receive smart renewal reminders before contracts renew

_____
FAQ

❓Does LicenceOne track all of my browsing activity?

No. LicenceOne focuses solely on your visits to business application URLs such as Slack, Zoom, and Zapier.

We respect your privacy by never tracking visits to any other URLs. This means you can browse Instagram, play poker, or use Tinder with LicenceOne installed, and we won't track or report these activities to your employer (and we won’t stock and use them ourselves either, of course).

----

❓Can my employer see how often I log into an application, or how long I spend on an application?

👉 No. LicenceOne only ever tracks and displays the last date (not time) that you logged into an application.

They will also get notified if you haven’t logged into a paid business application for 30 or more days. That way, they know to check if you still require a paid seat or not.

----

❓Can I see a list of the business applications that LicenceOne tracks?

👉 Unfortunately not. As our database of software subscriptions is one of the largest in the industry, we really want to keep it away from any would-be competitors with a scraping tool.

However, once you install the extension, LicenceOne will display all the applications that we’ve tracked for your user profile. You can see this by clicking on the extension icon on your browser.
________

Website: https://www.licence.one/
FAQ: https://faq.licence.one/
Support: [email protected]                    

Βασικές Πληροφορίες Επέκτασης

Όνομα LicenceOne LicenceOne
ID jneemdecgdmpdobbdbinpfahjmcchdnc
Επίσημο URL https://chromewebstore.google.com/detail/licenceone/jneemdecgdmpdobbdbinpfahjmcchdnc
Περιγραφή Detect login activity for your software subscriptions
Μέγεθος Αρχείου 3.19 MB
Αριθμός Εγκαταστάσεων 430
Τρέχουσα Έκδοση 1.2.7
Τελευταία Ενημέρωση 2024-01-30
Ημερομηνία Δημοσίευσης 2021-07-20
Αξιολόγηση 5.00/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής https://licence.one
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.licence.one
Διεύθυνση URL της Σελίδας Βοήθειας https://faq.licence.one/en/
URL της Σελίδας Πολιτικής Απορρήτου https://www.licence.one/terms-of-service
Υποστηριζόμενες Γλώσσες en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "__MSG_extensionDescription__",
    "version": "1.2.7",
    "manifest_version": 3,
    "name": "LicenceOne",
    "homepage_url": "https:\/\/licence.one",
    "default_locale": "en",
    "permissions": [
        "storage",
        "history",
        "tabs"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "LicenceOne",
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        }
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.licence.one\/*"
        ]
    },
    "host_permissions": [
        "https:\/\/*.licence.one\/*"
    ]
}