Involta Short links

Сервис сокращения ссылок

Involta Short links là gì?

Involta Short links là một tiện ích mở rộng Chrome được phát triển bởi https://involta.ru, và tính năng chính của nó là "Сервис сокращения ссылок".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Involta Short links

Tải xuống các tệp mở rộng Involta Short links dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Involta Short links Involta Short links
ID hljanmnbiililadpkgmmcjgjfkidpkla
URL Chính Thức https://chromewebstore.google.com/detail/involta-short-links/hljanmnbiililadpkgmmcjgjfkidpkla
Mô tả Сервис сокращения ссылок
Kích Thước Tệp 15.03 KB
Số Lần Cài Đặt 45
Phiên Bản Hiện Tại 2.1.1
Cập Nhật Lần Cuối 2021-01-20
Ngày Phát Hành 2020-08-16
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://involta.ru
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://involta.ru/tools/short-links/
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}