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
Eメール [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"
    }
}