Rayst - Reveal the web

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

Τι είναι το Rayst - Reveal the web;

Το Rayst - Reveal the web είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://ray.st, και η κύρια λειτουργία του είναι "Rayst reveals the company, statistics and technologies of the web for you.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Rayst - Reveal the web

Λήψη αρχείων επέκτασης Rayst - Reveal the web σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Rayst - Reveal the web Rayst - Reveal the web
ID mcplhmdgjcnoopibapjpbhnjfoainmac
Επίσημο URL https://chromewebstore.google.com/detail/rayst-reveal-the-web/mcplhmdgjcnoopibapjpbhnjfoainmac
Περιγραφή Rayst reveals the company, statistics and technologies of the web for you.
Μέγεθος Αρχείου 455 KB
Αριθμός Εγκαταστάσεων 5,554
Τρέχουσα Έκδοση 1.0.10
Τελευταία Ενημέρωση 2023-01-18
Ημερομηνία Δημοσίευσης 2022-12-19
Αξιολόγηση 4.79/5 Συνολικά 19 Αξιολογήσεις
Προγραμματιστής https://ray.st
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://ray.st
Διεύθυνση URL της Σελίδας Βοήθειας https://ray.st/offboarding
URL της Σελίδας Πολιτικής Απορρήτου https://ray.st/privacy
Υποστηριζόμενες Γλώσσες 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}