URL shortener, 1-click tracked links

Create and track short links for any URL in 1-click.

什么是URL shortener, 1-click tracked links?

URL shortener, 1-click tracked links是由https://pxl.to开发的Chrome扩展程序,该扩展的主要功能是“Create and track short links for any URL in 1-click.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载URL shortener, 1-click tracked links扩展crx文件

下载URL shortener, 1-click tracked links扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Want a URL shortener for your browser? Add this extension to shorten the link of any website simply by clicking the extension icon. Alternatively, right-click any link and click "Shorten and copy" to shorten that URL and save it to your clipboard.

Track the number of clicks for every URL you've shortened in the extension pop-up.

URL shortener service is provided by pxl.to, based on Amazon's global edge network to offer: 

- Robust and reliable links that will never go down, ever
- Instant links with low latency no matter where your visitors are in the world
- Protection against network and application layer attacks
- Unlimited tracked clicks

We are very careful with personally identifiable information. All session and analytics data is anonymised where possible.

By using this add-on, you agree to the pxl.to Terms & Conditions available at http://www.pxl.to/terms                    

扩展基本信息

名称 URL shortener, 1-click tracked links URL shortener, 1-click tracked links
ID bebblodhaaobpemadddfbohaocpgepmi
官方URL https://chromewebstore.google.com/detail/url-shortener-1-click-tra/bebblodhaaobpemadddfbohaocpgepmi
简介 Create and track short links for any URL in 1-click.
文件大小 107 KB
安装次数 749
当前版本 4.1.2
更新时间 2024-03-01
上架时间 2022-05-15
评分 3.67/5 共6次评分
开发者 https://pxl.to
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.pxl.to?ref=webstore
帮助页面URL https://www.pxl.to/product/pricing
隐私政策页面URL https://www.pxl.to/privacy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "URL shortener, 1-click tracked links",
    "description": "Create and track short links for any URL in 1-click.",
    "version": "4.1.2",
    "manifest_version": 3,
    "background": {
        "service_worker": "serviceWorker.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "contextMenus",
        "clipboardWrite",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "*:\/\/*.pxl.to\/*"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "\/rules\/rule1.json"
            }
        ]
    },
    "action": {
        "default_title": "URL shortener, 1-click tracked links",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/icons\/px16.png",
            "32": "\/icons\/px32.png",
            "48": "\/icons\/px48.png",
            "128": "\/icons\/px128.png"
        }
    },
    "icons": {
        "16": "\/icons\/px16.png",
        "32": "\/icons\/px32.png",
        "48": "\/icons\/px48.png",
        "128": "\/icons\/px128.png"
    }
}