SPRL Link Shortener

Easy Link Shortener with advance tracking

SPRL Link Shortenerとは何ですか?

SPRL Link ShortenerはSPRLによって開発されたChromeの拡張機能で、その主な機能は「Easy Link Shortener with advance tracking」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        SPRL is a service for shortening the urls, track clicks and visitor information, lead management, etc. We empower enterprises towards branding which delivers value, with our recognizable and powerful short links.                    

拡張機能の基本情報

名前 SPRL Link Shortener SPRL Link Shortener
ID inljlekbkjjcjmbjikaekmliindfopmi
公式URL https://chromewebstore.google.com/detail/sprl-link-shortener/inljlekbkjjcjmbjikaekmliindfopmi
説明 Easy Link Shortener with advance tracking
ファイルサイズ 73.82 KB
インストール数 87
現在のバージョン 0.4
最終更新日 2023-05-09
公開日 2020-07-04
評価 4.50/5 合計 2 レビュー
開発者 SPRL
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://insprl.com
ヘルプページのURL https://insprl.com/page/contact-us
プライバシーポリシーページのURL https://insprl.com/page/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SPRL Link Shortener",
    "version": "0.4",
    "description": "Easy Link Shortener with advance tracking",
    "icons": {
        "16": "img\/sprlicon16.png",
        "32": "img\/sprlicon32.png",
        "64": "img\/sprlicon64.png",
        "128": "img\/sprlicon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery.js",
                "js\/popup.js"
            ],
            "css": [
                "css\/style.css"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Short Link with SPRL",
        "default_popup": "popup.html"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "js\/jquery.js",
            "js\/background.js"
        ]
    },
    "web_accessible_resources": [
        "css\/style.css"
    ],
    "permissions": [
        "contextMenus",
        "activeTab"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-inline' https:\/\/insprl.com; object-src 'self'"
}