Rayst - Reveal the web

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

Rayst - Reveal the web là gì?

Rayst - Reveal the web là một tiện ích mở rộng Chrome được phát triển bởi https://ray.st, và tính năng chính của nó là "Rayst reveals the company, statistics and technologies of the web for you.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Rayst - Reveal the web

Tải xuống các tệp mở rộng Rayst - Reveal the web dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Rayst - Reveal the web Rayst - Reveal the web
ID mcplhmdgjcnoopibapjpbhnjfoainmac
URL Chính Thức https://chromewebstore.google.com/detail/rayst-reveal-the-web/mcplhmdgjcnoopibapjpbhnjfoainmac
Mô tả Rayst reveals the company, statistics and technologies of the web for you.
Kích Thước Tệp 455 KB
Số Lần Cài Đặt 5,554
Phiên Bản Hiện Tại 1.0.10
Cập Nhật Lần Cuối 2023-01-18
Ngày Phát Hành 2022-12-19
Đánh Giá 4.79/5 Tổng số 19 Đánh Giá
Nhà Phát Triển https://ray.st
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://ray.st
URL Trang Trợ Giúp https://ray.st/offboarding
URL Trang Chính Sách Bảo Mật https://ray.st/privacy
Ngôn Ngữ Được Hỗ Trợ 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}