Rayst - Reveal the web

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

Rayst - Reveal the web란 무엇입니까?

Rayst - Reveal the web은(는) https://ray.st에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Rayst reveals the company, statistics and technologies of the web for you."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Rayst - Reveal the web 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}