Rayst - Reveal the web

Rayst reveals the company, statistics and technologies of the web for you.

Co to jest Rayst - Reveal the web?

Rayst - Reveal the web to rozszerzenie Chrome opracowane przez https://ray.st, a jego główną funkcją jest „Rayst reveals the company, statistics and technologies of the web for you.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Rayst - Reveal the web

Pobierz pliki rozszerzeń Rayst - Reveal the web 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

                        Researching new websites, products and companies was kind of a painful process and user experience and yet there wasn't enough information to clearly understand it.

Understanding different websites and companies helps us to make better decisions on product design, engineering, marketing, sales, and even investment.

Here comes Rayst. Rayst reveals the company, statistics and technologies behind the magic of the websites.                    

Podstawowe informacje o rozszerzeniu

Nazwa Rayst - Reveal the web Rayst - Reveal the web
ID mcplhmdgjcnoopibapjpbhnjfoainmac
Oficjalny URL https://chromewebstore.google.com/detail/rayst-reveal-the-web/mcplhmdgjcnoopibapjpbhnjfoainmac
Opis Rayst reveals the company, statistics and technologies of the web for you.
Rozmiar pliku 455 KB
Liczba instalacji 5,554
Aktualna Wersja 1.0.10
Ostatnia Aktualizacja 2023-01-18
Data Publikacji 2022-12-19
Ocena 4.79/5 Łącznie 19 Oceny
Deweloper https://ray.st
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://ray.st
Adres URL Strony Pomocy https://ray.st/offboarding
Adres URL Strony Polityki Prywatności https://ray.st/privacy
Obsługiwane Języki en,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "1.0.10",
    "default_locale": "en",
    "background": {
        "service_worker": "src\/pages\/background\/index.js"
    },
    "action": {
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "src\/pages\/content\/index.js"
            ],
            "css": [
                "assets\/css\/Index.chunk.css"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*.js",
                "assets\/css\/*.css",
                "assets\/svg\/*.svg",
                "assets\/png\/*.png",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}