Rayst - Reveal the web

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

Cos'è Rayst - Reveal the web?

Rayst - Reveal the web è un'estensione di Chrome sviluppata da https://ray.st, e la sua funzione principale è "Rayst reveals the company, statistics and technologies of the web for you.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Rayst - Reveal the web

Scarica i file di estensione Rayst - Reveal the web in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Rayst - Reveal the web Rayst - Reveal the web
ID mcplhmdgjcnoopibapjpbhnjfoainmac
URL Ufficiale https://chromewebstore.google.com/detail/rayst-reveal-the-web/mcplhmdgjcnoopibapjpbhnjfoainmac
Descrizione Rayst reveals the company, statistics and technologies of the web for you.
Dimensione del File 455 KB
Conteggio Installazioni 5,554
Versione Corrente 1.0.10
Ultimo Aggiornamento 2023-01-18
Data di Pubblicazione 2022-12-19
Valutazione 4.79/5 Totale 19 Valutazioni
Sviluppatore https://ray.st
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://ray.st
URL della Pagina di Aiuto https://ray.st/offboarding
URL della Pagina della Politica sulla Privacy https://ray.st/privacy
Lingue Supportate 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}