Click Genius | Powerful URL shortener

Shorten links from pages you are currently visiting + QR Code and statistic

Τι είναι το Click Genius | Powerful URL shortener;

Το Click Genius | Powerful URL shortener είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Network Genius, και η κύρια λειτουργία του είναι "Shorten links from pages you are currently visiting + QR Code and statistic".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Click Genius | Powerful URL shortener

Λήψη αρχείων επέκτασης Click Genius | Powerful URL shortener σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Shrink links in a snap: With the Click Genius Chrome Extension you can shorten links from pages you are currently visiting in seconds and thus share them in the easiest and most efficient way. 

The Click Genius Chrome Extension allows users to create generic or branded links (short URLs with a custom domain name) directly from the page they visit. The Click Genius Chrome extension is fully integrated with your Click Genius account. 

 

Create and share links in a snap 

With the Click Genius Chrome Extension, you can create short links in a snap. Just click on the Click Genius icon in your toolbar. Your personal short link to the current page will be created automatically. You can now either copy the short link, share it with your friends/colleagues or create a matching QR code. This way you can easily make more out of your links and work efficiently. 

 

Would you like a little more?  

We offer selected Premium Publishers the option to customize Click Genius specifically to their individual needs. Premium Publishers can choose to use our generic short links or create branded short links with their own web address and earn a share of every transaction they generate for participating merchants.  

For more information and to apply to become a Premium Publisher, visit www.click-genius.com.  

 

We respect your privacy 

Creating and sharing links with the Click Genius Chrome Extension is the same as creating and sharing with the Click Genius dashboard. This Chrome Extension does not collect any additional data about your browsing activity or history. Click Genius is fully GDPR compliant. 

For more information, please visit: https://click-genius.com                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Click Genius | Powerful URL shortener Click Genius | Powerful URL shortener
ID efmejlmdiodclfklabpleogdikhfmfge
Επίσημο URL https://chromewebstore.google.com/detail/click-genius-powerful-url/efmejlmdiodclfklabpleogdikhfmfge
Περιγραφή Shorten links from pages you are currently visiting + QR Code and statistic
Μέγεθος Αρχείου 296 KB
Αριθμός Εγκαταστάσεων 28
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2021-10-24
Ημερομηνία Δημοσίευσης 2021-10-23
Αξιολόγηση 5.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής Network Genius
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://click-genius.com/
URL της Σελίδας Πολιτικής Απορρήτου https://www.network-genius.com/datenschutz
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Click Genius | Powerful URL shortener",
    "version": "1.0",
    "author": "Network Genius",
    "description": "Shorten links from pages you are currently visiting + QR Code and statistic",
    "permissions": [
        "",
        "tabs"
    ],
    "offline_enabled": true,
    "browser_action": {
        "default_title": "Click Genius",
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "icons\/16.png",
            "19": "icons\/19.png",
            "32": "icons\/32.png",
            "48": "icons\/48.png",
            "64": "icons\/64.png",
            "128": "icons\/128.png"
        }
    },
    "icons": {
        "16": ".\/icons\/16.png",
        "19": ".\/icons\/19.png",
        "32": ".\/icons\/32.png",
        "48": ".\/icons\/48.png",
        "64": "icons\/64.png",
        "128": ".\/icons\/128.png"
    },
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "jquery.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "\/icons\/star.png",
        "\/icons\/closeBtn.png"
    ]
}