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
Was ist Free link shortener goo.su?
Free link shortener goo.su ist eine Chrome-Erweiterung, die von https://goo.su entwickelt wurde, und ihr Hauptmerkmal ist "Create a free short analytics URL with one click of Goo.su. Install the link reduction plugin in your browser".
Erweiterungsscreenshots
Free link shortener goo.su-Erweiterungs-CRX-Datei herunterladen
Laden Sie Free link shortener goo.su-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Free link shortener goo.su |
ID | clcoifeibkncgnegebeehkodandleohn |
Offizielle URL | https://chromewebstore.google.com/detail/free-link-shortener-goosu/clcoifeibkncgnegebeehkodandleohn |
Beschreibung | Create a free short analytics URL with one click of Goo.su. Install the link reduction plugin in your browser |
Dateigröße | 279 KB |
Installationsanzahl | 7,420 |
Aktuelle Version | 1.2.0 |
Letztes Update | 2024-01-22 |
Veröffentlichungsdatum | 2019-10-03 |
Bewertung | 4.25/5 Insgesamt 8 Bewertungen |
Entwickler | https://goo.su |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://goo.su |
Hilfeseite URL | https://goo.su/page/support |
URL der Datenschutzrichtlinien-Seite | https://goo.su/policy |
Unterstützte Sprachen | 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" } |