Supr.Link 超級連結

Supr.Link 超級連結!多功能縮址服務 - 分流、裝置判斷、贊助連結產生

什么是Supr.Link 超級連結?

Supr.Link 超級連結是由Aotter 電獺开发的Chrome扩展程序,该扩展的主要功能是“Supr.Link 超級連結!多功能縮址服務 - 分流、裝置判斷、贊助連結產生”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Supr.Link 超級連結扩展crx文件

下载Supr.Link 超級連結扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Supr.Link 超級連結!分流、裝置及推廣您的短網址。

Supr.Link 擴充服務能將您正在瀏覽的頁面,透過一鍵產生的短網址分享在社群媒體上!同時還能更改、上鎖您的統計分析數據,您所產生的短網址都會匯聚在新開啟的分頁底下,讓您隨時都能查看、點擊該網址。只要登入電獺帳戶,便能立即使用網址分流、裝置及推廣短網址的服務。                    

扩展基本信息

名称 Supr.Link 超級連結 Supr.Link 超級連結
ID nfmloiebeieogaehdfdibfkfgfjcobgk
官方URL https://chromewebstore.google.com/detail/suprlink-%E8%B6%85%E7%B4%9A%E9%80%A3%E7%B5%90/nfmloiebeieogaehdfdibfkfgfjcobgk
简介 Supr.Link 超級連結!多功能縮址服務 - 分流、裝置判斷、贊助連結產生
文件大小 825 KB
安装次数 420
当前版本 2.4.0
更新时间 2020-07-30
上架时间 2020-04-20
评分 5.00/5 共4次评分
开发者 Aotter 電獺
电子邮箱 [email protected]
付费类型 free
扩展官网 https://supr.link
隐私政策页面URL https://account.aotter.net/tou
支持的语言 en,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Supr.Link \u8d85\u7d1a\u9023\u7d50",
    "description": "Supr.Link \u8d85\u7d1a\u9023\u7d50\uff01\u591a\u529f\u80fd\u7e2e\u5740\u670d\u52d9 - \u5206\u6d41\u3001\u88dd\u7f6e\u5224\u65b7\u3001\u8d0a\u52a9\u9023\u7d50\u7522\u751f",
    "version": "2.4.0",
    "manifest_version": 2,
    "default_locale": "en",
    "permissions": [
        "tabs",
        "cookies",
        "management",
        "https:\/\/account.aotter.net\/",
        "https:\/\/supr.link\/"
    ],
    "icons": {
        "16": "icons\/icon.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_title": "aotter-suprlink-extension",
        "default_popup": "popup\/popup.html",
        "default_icon": "icons\/icon_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "background.js"
            ],
            "run_at": "document_end"
        }
    ]
}