BL.INK Link Shortener

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

O que é BL.INK Link Shortener?

BL.INK Link Shortener é uma extensão do Chrome desenvolvida por Blink Global, LLC, e sua principal característica é "BL.INK creates short links that click with your audience. BL.INK creates branded links on your domain.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão BL.INK Link Shortener

Baixe arquivos de extensão BL.INK Link Shortener no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome BL.INK Link Shortener BL.INK Link Shortener
ID helppehkcjmhihebplbgjidjojkdpakh
URL Oficial https://chromewebstore.google.com/detail/blink-link-shortener/helppehkcjmhihebplbgjidjojkdpakh
Descrição BL.INK creates short links that click with your audience. BL.INK creates branded links on your domain.
Tamanho do Arquivo 340 KB
Contagem de Instalações 518
Versão Atual 1.2.4
Última Atualização 2022-06-23
Data de Publicação 2021-05-05
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Blink Global, LLC
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.bl.ink
URL da Página de Ajuda https://help.bl.ink
URL da Página de Política de Privacidade https://bl.ink/privacy-policy
Idiomas Suportados 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}"
        }
    }
}