BL.INK Link Shortener

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

Qu'est-ce que BL.INK Link Shortener ?

BL.INK Link Shortener est une extension Chrome développée par Blink Global, LLC, et sa fonction principale est "BL.INK creates short links that click with your audience. BL.INK creates branded links on your domain.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension BL.INK Link Shortener

Téléchargez les fichiers d'extension BL.INK Link Shortener au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom BL.INK Link Shortener BL.INK Link Shortener
ID helppehkcjmhihebplbgjidjojkdpakh
URL Officiel https://chromewebstore.google.com/detail/blink-link-shortener/helppehkcjmhihebplbgjidjojkdpakh
Description BL.INK creates short links that click with your audience. BL.INK creates branded links on your domain.
Taille du Fichier 340 KB
Nombre d'Installations 518
Version Actuelle 1.2.4
Dernière Mise à Jour 2022-06-23
Date de Publication 2021-05-05
Évaluation 5.00/5 Total 1 Évaluations
Développeur Blink Global, LLC
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.bl.ink
URL de la Page d'Aide https://help.bl.ink
URL de la Page de Politique de Confidentialité https://bl.ink/privacy-policy
Langues Prises en Charge 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}"
        }
    }
}