Rayst - Reveal the web

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

Was ist Rayst - Reveal the web?

Rayst - Reveal the web ist eine Chrome-Erweiterung, die von https://ray.st entwickelt wurde, und ihr Hauptmerkmal ist "Rayst reveals the company, statistics and technologies of the web for you.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Rayst - Reveal the web-Erweiterungs-CRX-Datei herunterladen

Laden Sie Rayst - Reveal the web-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Rayst - Reveal the web Rayst - Reveal the web
ID mcplhmdgjcnoopibapjpbhnjfoainmac
Offizielle URL https://chromewebstore.google.com/detail/rayst-reveal-the-web/mcplhmdgjcnoopibapjpbhnjfoainmac
Beschreibung Rayst reveals the company, statistics and technologies of the web for you.
Dateigröße 455 KB
Installationsanzahl 5,554
Aktuelle Version 1.0.10
Letztes Update 2023-01-18
Veröffentlichungsdatum 2022-12-19
Bewertung 4.79/5 Insgesamt 19 Bewertungen
Entwickler https://ray.st
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://ray.st
Hilfeseite URL https://ray.st/offboarding
URL der Datenschutzrichtlinien-Seite https://ray.st/privacy
Unterstützte Sprachen 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}