TRACKOO_TSE_RA

Use the context menu to search Trackings for TRMS

Co to jest TRACKOO_TSE_RA?

TRACKOO_TSE_RA to rozszerzenie Chrome opracowane przez trackoo.tse, a jego główną funkcją jest „Use the context menu to search Trackings for TRMS”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia TRACKOO_TSE_RA

Pobierz pliki rozszerzeń TRACKOO_TSE_RA w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa TRACKOO_TSE_RA TRACKOO_TSE_RA
ID edfggacakpcpddjdgocfjpmgoomllogj
Oficjalny URL https://chromewebstore.google.com/detail/trackootsera/edfggacakpcpddjdgocfjpmgoomllogj
Opis Use the context menu to search Trackings for TRMS
Rozmiar pliku 32.75 KB
Liczba instalacji 746
Aktualna Wersja 1.2.1
Ostatnia Aktualizacja 2022-10-27
Data Publikacji 2022-10-02
Deweloper trackoo.tse
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}