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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Foxly - URL Shortener एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
            ]
        }
    ]
}