TRACKOO_TSE_RA

Use the context menu to search Trackings for TRMS

TRACKOO_TSE_RA là gì?

TRACKOO_TSE_RA là một tiện ích mở rộng Chrome được phát triển bởi trackoo.tse, và tính năng chính của nó là "Use the context menu to search Trackings for TRMS".

Ả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 TRACKOO_TSE_RA

Tải xuống các tệp mở rộng TRACKOO_TSE_RA 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

                        Use the context menu to search Trackings. It is a right click enabled extension to access other URLs from 1 page. This tool helps reducing time to toggle between tabs and getting to understand various information.                    

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

Tên TRACKOO_TSE_RA TRACKOO_TSE_RA
ID edfggacakpcpddjdgocfjpmgoomllogj
URL Chính Thức https://chromewebstore.google.com/detail/trackootsera/edfggacakpcpddjdgocfjpmgoomllogj
Mô tả Use the context menu to search Trackings for TRMS
Kích Thước Tệp 32.75 KB
Số Lần Cài Đặt 746
Phiên Bản Hiện Tại 1.2.1
Cập Nhật Lần Cuối 2022-10-27
Ngày Phát Hành 2022-10-02
Nhà Phát Triển trackoo.tse
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TRACKOO_TSE_RA",
    "description": "Use the context menu to search Trackings for TRMS",
    "version": "1.2.1",
    "manifest_version": 3,
    "options_page": "options.html",
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_popup": "options.html"
    },
    "icons": {
        "16": "globalGoogle16.png",
        "48": "globalGoogle48.png",
        "128": "globalGoogle128.png"
    }
}