Involta Short links
Сервис сокращения ссылок
Vad är Involta Short links?
Involta Short links är en Chrome-tillägg utvecklad av https://involta.ru, och dess huvudfunktion är "Сервис сокращения ссылок".
Tilläggsskärmbilder
Ladda ner Involta Short links-förlängningens CRX-fil
Ladda ner Involta Short links-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Involta Short links |
ID | hljanmnbiililadpkgmmcjgjfkidpkla |
Officiell webbadress | https://chromewebstore.google.com/detail/involta-short-links/hljanmnbiililadpkgmmcjgjfkidpkla |
Beskrivning | Сервис сокращения ссылок |
Filstorlek | 15.03 KB |
Antal Installationer | 45 |
Aktuell Version | 2.1.1 |
Senast Uppdaterad | 2021-01-20 |
Publiceringsdatum | 2020-08-16 |
Betyg | 5.00/5 Totalt 4 Betyg |
Utvecklare | https://involta.ru |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://involta.ru/tools/short-links/ |
Stödda Språk | 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" ] } |