Rayst - Reveal the web

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

Wat is Rayst - Reveal the web?

Rayst - Reveal the web is een Chrome-extensie ontwikkeld door https://ray.st, en de belangrijkste functie is "Rayst reveals the company, statistics and technologies of the web for you.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Rayst - Reveal the web

Download Rayst - Reveal the web-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Rayst - Reveal the web Rayst - Reveal the web
ID mcplhmdgjcnoopibapjpbhnjfoainmac
Officiële URL https://chromewebstore.google.com/detail/rayst-reveal-the-web/mcplhmdgjcnoopibapjpbhnjfoainmac
Beschrijving Rayst reveals the company, statistics and technologies of the web for you.
Bestandsgrootte 455 KB
Aantal Installaties 5,554
Huidige Versie 1.0.10
Laatst Bijgewerkt 2023-01-18
Publicatiedatum 2022-12-19
Beoordeling 4.79/5 Totaal 19 Beoordelingen
Ontwikkelaar https://ray.st
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://ray.st
Help Pagina-URL https://ray.st/offboarding
URL van de Privacybeleid Pagina https://ray.st/privacy
Ondersteunde Talen 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}