BL.INK Link Shortener

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

What is BL.INK Link Shortener?

BL.INK Link Shortener is a Chrome extension developed by Blink Global, LLC, and its main feature is "BL.INK creates short links that click with your audience. BL.INK creates branded links on your domain.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download BL.INK Link Shortener Extension CRX File

Download BL.INK Link Shortener extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name BL.INK Link Shortener BL.INK Link Shortener
ID helppehkcjmhihebplbgjidjojkdpakh
Official URL 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.
File Size 340 KB
Installation Count 518
Current Version 1.2.4
Last Updated 2022-06-23
Publish Date 2021-05-05
Rating 5.00/5 Total 1 Ratings
Developer Blink Global, LLC
Email [email protected]
Payment Type free
Extension Website https://www.bl.ink
Help Page URL https://help.bl.ink
Privacy Policy Page URL https://bl.ink/privacy-policy
Supported Languages 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}"
        }
    }
}