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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον 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 της επέκτασης Foxly - URL Shortener

Λήψη αρχείων επέκτασης 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
Ηλεκτρονικό ταχυδρομείο [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"
            ]
        }
    ]
}