Waldo – Search like a pro.

Waldo is the fastest way to find high quality data and insights on the web.

Waldo – Search like a pro.คืออะไร?

Waldo – Search like a pro. เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://waldo.fyi และคุณลักษณะหลักของมันคือ "Waldo is the fastest way to find high quality data and insights on the web."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Waldo – Search like a pro.

ดาวน์โหลดไฟล์ส่วนขยาย Waldo – Search like a pro. ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Whether you’re working on a last minute pitch or a critical due diligence, Waldo's AI research assistant has you covered with fast, reliable, data. 

This extension supercharges your Waldo experience with shortcuts to launch workflows, and page scanning for expanded analysis. If you don't have a Waldo subscription yet, you can sign up when you install the extension and try it free.

Waldo is used every day by Strategists, BDR's, Consultants, Analysts, Researchers, Journalists, and many more – with automated workflows that make complicated research tasks fast and effortless.

✨ Automated Workflows ✨
✅ Industry / Market Analysis
✅ Brand Audits
✅ Company Profiles
✅ Four C's
✅ Audience Identification
✅ Buyer Personas
✅ Competitive Analysis
✅ Demographic Analysis
✅ Marketing Case Studies
✅ Clip Reports
✅ Briefing Books
✅ Creative Briefs
✅ Lots more!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Waldo – Search like a pro. Waldo – Search like a pro.
ID kekchpijkaijdcppfehiplaghiokpcld
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/waldo-%E2%80%93-search-like-a-pro/kekchpijkaijdcppfehiplaghiokpcld
คำอธิบาย Waldo is the fastest way to find high quality data and insights on the web.
ขนาดไฟล์ 4.5 MB
จำนวนการติดตั้ง 4,461
เวอร์ชันปัจจุบัน 4.22.0
อัปเดตครั้งล่าสุด 2024-02-17
วันที่เผยแพร่ 2022-06-30
คะแนน 5.00/5 รวมทั้งหมด 47 คะแนน
ผู้พัฒนา https://waldo.fyi
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://waldo.fyi
URL หน้านโยบายความเป็นส่วนตัว https://waldo.fyi/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Waldo \u2013 Search like a pro.",
    "short_name": "Waldo",
    "version": "4.22.0",
    "description": "Waldo is the fastest way to find high quality data and insights on the web.",
    "permissions": [
        "storage",
        "cookies",
        "declarativeNetRequest",
        "tabGroups"
    ],
    "omnibox": {
        "keyword": "w"
    },
    "icons": {
        "48": ".\/assets\/icon.48.png",
        "128": ".\/assets\/icon.128.png"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "js": [
                ".\/contentScript.bundle.js"
            ],
            "matches": [
                ""
            ]
        },
        {
            "run_at": "document_idle",
            "js": [
                ".\/extractorScript.bundle.js"
            ],
            "matches": [
                ""
            ]
        },
        {
            "run_at": "document_start",
            "js": [
                ".\/waldoSiteScript.bundle.js"
            ],
            "matches": [
                "*:\/\/*.waldo.fyi\/*",
                "*:\/\/*.waldo.run\/*",
                "*:\/\/localhost\/*"
            ]
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "background": {
        "service_worker": "background.bundle.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*",
                "popup.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/*.waldo.fyi\/*",
            "*:\/\/*.waldo.run\/*"
        ]
    },
    "action": {
        "default_title": "Waldo"
    },
    "content_security_policy": [],
    "host_permissions": [
        ""
    ]
}