Supr.Link 超級連結

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

Wat is Supr.Link 超級連結?

Supr.Link 超級連結 is een Chrome-extensie ontwikkeld door Aotter 電獺, en de belangrijkste functie is "Supr.Link 超級連結!多功能縮址服務 - 分流、裝置判斷、贊助連結產生".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Supr.Link 超級連結

Download Supr.Link 超級連結-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

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

Basisinformatie over de Extensie

Naam Supr.Link 超級連結 Supr.Link 超級連結
ID nfmloiebeieogaehdfdibfkfgfjcobgk
Officiële URL https://chromewebstore.google.com/detail/suprlink-%E8%B6%85%E7%B4%9A%E9%80%A3%E7%B5%90/nfmloiebeieogaehdfdibfkfgfjcobgk
Beschrijving Supr.Link 超級連結!多功能縮址服務 - 分流、裝置判斷、贊助連結產生
Bestandsgrootte 825 KB
Aantal Installaties 420
Huidige Versie 2.4.0
Laatst Bijgewerkt 2020-07-30
Publicatiedatum 2020-04-20
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar Aotter 電獺
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://supr.link
URL van de Privacybeleid Pagina https://account.aotter.net/tou
Ondersteunde Talen 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"
        }
    ]
}