Foxly - URL Shortener

Foxly is the perfect url shortener for anyone who wants to make their links shorter and easier to remember. With Foxly, you can…

Foxly - URL Shortener란 무엇입니까?

Foxly - URL Shortener은(는) Foxly에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Foxly is the perfect url shortener for anyone who wants to make their links shorter and easier to remember. With Foxly, you can…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Foxly - URL Shortener 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Foxly is the perfect url shortener for anyone who wants to make their links shorter and easier to remember. With Foxly, you can shrink long links down to just a few characters, which makes sharing them a breeze. Plus, Foxly provides stats on each of your shortened links so you can see how many people have clicked on them.

Just open foxly extension from any website for prepopulated url or enter url manually and get shorten URLs. It has intelligent and easy to use Dashboard with URL analytics.

Features

• Unlimited Links

• Unlimited Branded domain Setup

• Additional domains provided by Foxly

• Unlimited Spaces/Folders

• Data export

• Advanced statistics

• Pixels and Retargeting

• Custom Link Preview

• Link Rotation

• Link Alias

• Deep-Linking

• API Access

• Link-Bio

• Unlimited Branded Links

• Unlimited Password protected links

• Link Expiry

• Reseller coupons 

• Free SSL 

• Google Chrome Extension

• Bulk Link Shortening

• UTM Builder

• Daily statistics report to Telegram                    

확장 프로그램 기본 정보

이름 Foxly - URL Shortener Foxly - URL Shortener
ID amgkajekpmeoocihggpchjndeempjcih
공식 URL https://chromewebstore.google.com/detail/foxly-url-shortener/amgkajekpmeoocihggpchjndeempjcih
설명 Foxly is the perfect url shortener for anyone who wants to make their links shorter and easier to remember. With Foxly, you can…
파일 크기 3.08 MB
설치 횟수 537
현재 버전 0.1.2
최근 업데이트 2023-12-28
출시 날짜 2022-04-13
평점 5.00/5 총 10 개의 평점
개발자 Foxly
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://foxlyme.com
도움말 페이지 URL https://foxlyme.com
개인정보 보호 정책 페이지 URL https://upbeat-result-a97.notion.site/Privacy-Policy-8ccc2665f2d24a04b2444440399313b6
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Foxly - URL Shortener",
    "description": "",
    "version": "0.1.2",
    "action": {
        "default_popup": "index.html",
        "default_title": "Foxly - URL Shortener"
    },
    "icons": {
        "16": "foxlyme.png",
        "48": "foxlyme.png",
        "128": "foxlyme.png"
    },
    "background": {
        "service_worker": ".\/background.js"
    },
    "permissions": [
        "tabs",
        "storage",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.foxlyme.com\/*",
                "http:\/\/app.foxlyme.com\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ]
}