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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}