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