Free link shortener goo.su

Create a free short analytics URL with one click of Goo.su. Install the link reduction plugin in your browser

Τι είναι το Free link shortener goo.su;

Το Free link shortener goo.su είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://goo.su, και η κύρια λειτουργία του είναι "Create a free short analytics URL with one click of Goo.su. Install the link reduction plugin in your browser".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Free link shortener goo.su

Λήψη αρχείων επέκτασης Free link shortener goo.su σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        The free GOO.SU long link shortening service allows you to shorten a long URL with one click, saving it in your personal account, where you can view statistics on clicks and visits to your page. Just install the extension in your browser and click on the icon on the desired page. Done, link shortened.                    

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

Όνομα Free link shortener goo.su Free link shortener goo.su
ID clcoifeibkncgnegebeehkodandleohn
Επίσημο URL https://chromewebstore.google.com/detail/free-link-shortener-goosu/clcoifeibkncgnegebeehkodandleohn
Περιγραφή Create a free short analytics URL with one click of Goo.su. Install the link reduction plugin in your browser
Μέγεθος Αρχείου 279 KB
Αριθμός Εγκαταστάσεων 7,420
Τρέχουσα Έκδοση 1.2.0
Τελευταία Ενημέρωση 2024-01-22
Ημερομηνία Δημοσίευσης 2019-10-03
Αξιολόγηση 4.25/5 Συνολικά 8 Αξιολογήσεις
Προγραμματιστής https://goo.su
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://goo.su
Διεύθυνση URL της Σελίδας Βοήθειας https://goo.su/page/support
URL της Σελίδας Πολιτικής Απορρήτου https://goo.su/policy
Υποστηριζόμενες Γλώσσες id,de,en,fr,nl,no,vi,tr,da,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,fa,hi,bn,th,ja,ko
manifest.json
{
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "48": "48.png"
        },
        "default_popup": "popup.html",
        "default_title": "__MSG_name__"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "name": "__MSG_name__",
    "description": "__MSG_desc__",
    "default_locale": "en",
    "homepage_url": "https:\/\/goo.su\/",
    "short_name": "Goo.su",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "64": "64.png",
        "128": "128.png"
    },
    "author": "[email protected]",
    "offline_enabled": false,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "permissions": [
        "clipboardWrite",
        "contextMenus"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "version": "1.2.0"
}