Involta Short links
Сервис сокращения ссылок
Involta Short links란 무엇입니까?
Involta Short links은(는) https://involta.ru에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Сервис сокращения ссылок"입니다.
확장 프로그램 스크린샷
Involta Short links 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | Involta Short links |
ID | hljanmnbiililadpkgmmcjgjfkidpkla |
공식 URL | https://chromewebstore.google.com/detail/involta-short-links/hljanmnbiililadpkgmmcjgjfkidpkla |
설명 | Сервис сокращения ссылок |
파일 크기 | 15.03 KB |
설치 횟수 | 45 |
현재 버전 | 2.1.1 |
최근 업데이트 | 2021-01-20 |
출시 날짜 | 2020-08-16 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | https://involta.ru |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://involta.ru/tools/short-links/ |
지원되는 언어 | 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" ] } |