BL.INK Link Shortener

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

BL.INK Link Shortenerとは何ですか?

BL.INK Link ShortenerはBlink Global, LLCによって開発されたChromeの拡張機能で、その主な機能は「BL.INK creates short links that click with your audience. BL.INK creates branded links on your domain.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

BL.INK Link Shortener拡張機能のCRXファイルをダウンロード

BL.INK Link Shortener拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 BL.INK Link Shortener BL.INK Link Shortener
ID helppehkcjmhihebplbgjidjojkdpakh
公式URL https://chromewebstore.google.com/detail/blink-link-shortener/helppehkcjmhihebplbgjidjojkdpakh
説明 BL.INK creates short links that click with your audience. BL.INK creates branded links on your domain.
ファイルサイズ 340 KB
インストール数 518
現在のバージョン 1.2.4
最終更新日 2022-06-23
公開日 2021-05-05
評価 5.00/5 合計 1 レビュー
開発者 Blink Global, LLC
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.bl.ink
ヘルプページのURL https://help.bl.ink
プライバシーポリシーページのURL https://bl.ink/privacy-policy
対応言語 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}"
        }
    }
}