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
官方網址 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
電子郵箱 [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'"
}