Clkim Branded URL Shortener

Clkim - Branded URL Shortener enables you to shorten the URL of any page using your own branded links!

Τι είναι το Clkim Branded URL Shortener;

Το Clkim Branded URL Shortener είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://clkim.com, και η κύρια λειτουργία του είναι "Clkim - Branded URL Shortener enables you to shorten the URL of any page using your own branded links!".

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

Λήψη αρχείου CRX της επέκτασης Clkim Branded URL Shortener

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

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

                        Turn any page's URL into a branded short link you can share.
Easily shorten the URL of the page you are visiting. 
Use your own branded domain to improve the likelihood of people clicking on the links you share!
Get your API key after you signup with Clkim here: http://clkim.com/#signup                    

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

Όνομα Clkim Branded URL Shortener Clkim Branded URL Shortener
ID afjdbpnbedbllgkbmejeldlbmilniklh
Επίσημο URL https://chromewebstore.google.com/detail/clkim-branded-url-shorten/afjdbpnbedbllgkbmejeldlbmilniklh
Περιγραφή Clkim - Branded URL Shortener enables you to shorten the URL of any page using your own branded links!
Μέγεθος Αρχείου 610 KB
Αριθμός Εγκαταστάσεων 142
Τρέχουσα Έκδοση 0.1.11
Τελευταία Ενημέρωση 2017-04-18
Ημερομηνία Δημοσίευσης 2017-04-17
Αξιολόγηση 4.33/5 Συνολικά 12 Αξιολογήσεις
Προγραμματιστής https://clkim.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://clkim.com
Διεύθυνση URL της Σελίδας Βοήθειας http://help.clkim.com
URL της Σελίδας Πολιτικής Απορρήτου https://clkim.com/privacy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clkim Branded URL Shortener",
    "short_name": "Clkim Shortener",
    "description": "Clkim - Branded URL Shortener enables you to shorten the URL of any page using your own branded links!",
    "version": "0.1.11",
    "icons": {
        "128": "assets\/icon.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "http:\/\/api.clkim.com\/"
    ],
    "optional_permissions": [
        "notifications"
    ],
    "browser_action": {
        "default_icon": "assets\/logo.png",
        "default_title": "Shorten This Page",
        "default_popup": "html\/popup.html"
    },
    "web_accessible_resources": [
        "components\/font-awesome-min\/*"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    }
}