Involta Short links
Сервис сокращения ссылок
Was ist Involta Short links?
Involta Short links ist eine Chrome-Erweiterung, die von https://involta.ru entwickelt wurde, und ihr Hauptmerkmal ist "Сервис сокращения ссылок".
Erweiterungsscreenshots
Involta Short links-Erweiterungs-CRX-Datei herunterladen
Laden Sie Involta Short links-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 new service from Involta is shortening links for VK, Instagram, Google, YouTube, and the whole Internet. Create unique short URLs and share them online. Use the short link service for e-mails and communication on forums. Do you want to hide a long address or UTM tags? Try to short the link online and make it easy to understand and remember.
Grundlegende Informationen zur Erweiterung
Name | Involta Short links |
ID | hljanmnbiililadpkgmmcjgjfkidpkla |
Offizielle URL | https://chromewebstore.google.com/detail/involta-short-links/hljanmnbiililadpkgmmcjgjfkidpkla |
Beschreibung | Сервис сокращения ссылок |
Dateigröße | 15.03 KB |
Installationsanzahl | 45 |
Aktuelle Version | 2.1.1 |
Letztes Update | 2021-01-20 |
Veröffentlichungsdatum | 2020-08-16 |
Bewertung | 5.00/5 Insgesamt 4 Bewertungen |
Entwickler | https://involta.ru |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://involta.ru/tools/short-links/ |
Unterstützte Sprachen | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Involta Short links", "description": "\u0421\u0435\u0440\u0432\u0438\u0441 \u0441\u043e\u043a\u0440\u0430\u0449\u0435\u043d\u0438\u044f \u0441\u0441\u044b\u043b\u043e\u043a", "default_locale": "ru", "background": { "page": "bg.html" }, "version": "2.1.1", "icons": { "16": "favicon-32x32.png", "32": "favicon-32x32.png", "128": "favicon-128x128.png" }, "browser_action": { "default_icon": "favicon-32x32.png", "default_popup": "popup.html", "default_title": "Involta Short links" }, "short_name": "Involta links", "permissions": [ "activeTab", "contextMenus" ] } |