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ファイルをダウンロード

Foxly - URL Shortener拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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