BL.INK Link Shortener

BL.INK creates short links that click with your audience. BL.INK creates branded links on your domain.

Cos'è BL.INK Link Shortener?

BL.INK Link Shortener è un'estensione di Chrome sviluppata da Blink Global, LLC, e la sua funzione principale è "BL.INK creates short links that click with your audience. BL.INK creates branded links on your domain.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione BL.INK Link Shortener

Scarica i file di estensione BL.INK Link Shortener in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Link Management is more than shortening a link and branding is just the beginning.  BL.INK creates an environment to manage every touch, monitor for accuracy, and provides analytical insights to measure value and performance.  If you share a link, protect it with BL.INK.                    

Informazioni di Base sull'Estensione

Nome BL.INK Link Shortener BL.INK Link Shortener
ID helppehkcjmhihebplbgjidjojkdpakh
URL Ufficiale https://chromewebstore.google.com/detail/blink-link-shortener/helppehkcjmhihebplbgjidjojkdpakh
Descrizione BL.INK creates short links that click with your audience. BL.INK creates branded links on your domain.
Dimensione del File 340 KB
Conteggio Installazioni 518
Versione Corrente 1.2.4
Ultimo Aggiornamento 2022-06-23
Data di Pubblicazione 2021-05-05
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Blink Global, LLC
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.bl.ink
URL della Pagina di Aiuto https://help.bl.ink
URL della Pagina della Politica sulla Privacy https://bl.ink/privacy-policy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BL.INK Link Shortener",
    "description": "BL.INK creates short links that click with your audience. BL.INK creates branded links on your domain.",
    "version": "1.2.4",
    "manifest_version": 2,
    "browser_action": {
        "default_title": "BL.INK"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "web_accessible_resources": [
        "js\/*",
        "BLINK-Web\/*",
        "frame.html"
    ],
    "background": {
        "scripts": [
            "js\/auth0chrome.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "https:\/\/login.bl.ink\/oauth\/token",
        "https:\/\/*.bl.ink\/",
        "identity",
        "activeTab",
        "storage"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "browser_specific_settings": {
        "gecko": {
            "id": "{0b19d01f-100b-4954-87f6-418ac4e3fbf3}"
        }
    }
}