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
电子邮箱 [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'"
}