IntentSeek

Highlight the text you want efficiently to summarise or analyse in order to reveal the hidden message or underlying intent.

IntentSeekคืออะไร?

IntentSeek เป็นส่วนขยายของ Chrome ที่พัฒนาโดย aiwordsio และคุณลักษณะหลักของมันคือ "Highlight the text you want efficiently to summarise or analyse in order to reveal the hidden message or underlying intent."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย IntentSeek

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

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

                        Introducing IntentSeek Chrome extension, a powerful tool designed to enhance your browsing experience with its advanced features. This innovative extension revolutionizes how you interact with textual content by offering the following capabilities:

Text Summarization: Tired of reading lengthy articles? Our extension simplifies the process by allowing you to effortlessly generate a concise summary of any selected text. Simply highlight the desired section, and let the extension do the rest, providing you with a condensed version that captures the essence of the article.

Intent and Hidden Message Analysis: Uncover the underlying intent or hidden messages within emails, tweets, Facebook posts, and more. Our extension leverages AI algorithms to analyze the content and extract valuable insights, helping you understand the true meaning behind the text.

Misinformation Detection: In an era of misinformation, it's essential to separate fact from fiction. Our extension incorporates advanced algorithms to identify potential misinformation attempts. By flagging suspicious content, it helps you navigate the digital landscape with confidence, empowering you to make well-informed decisions.

With IntentSeek, you can streamline your information consumption, gain deeper insights, and stay vigilant against misinformation. Experience the power of artificial intelligence at your fingertips, making your browsing experience smarter and more efficient.                    

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

ชื่อ IntentSeek IntentSeek
ID pcdpkmfbionbpgacjngfpeflcoajhbbo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/intentseek/pcdpkmfbionbpgacjngfpeflcoajhbbo
คำอธิบาย Highlight the text you want efficiently to summarise or analyse in order to reveal the hidden message or underlying intent.
ขนาดไฟล์ 2.19 MB
จำนวนการติดตั้ง 139
เวอร์ชันปัจจุบัน 0.0.2
อัปเดตครั้งล่าสุด 2023-06-24
วันที่เผยแพร่ 2023-06-11
คะแนน 4.80/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา aiwordsio
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://aiwords.io/intentseek
URL หน้าช่วยเหลือ https://aiwords.io/intentseek
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "IntentSeek",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnvGz7AT4c3prTgXmajuJ7S7VidbvDlyeieR0YgEFmTroxLGarlc7kmvPkerUV40Bcrox4GF2EUDyph4HuQ4v4sUSKePFzz5XBVss1wz6uoLWO9vFra9t8Nv6mPiTr85qW\/kzmyPDHnjVd7DymWHzFFWA0n60VNAxaZTySvMZXlWWBL9540OaG+Lrlfi9hLITU4Bp6BgMJ0Ye9LIJn15sowiBrNb8ISwSwVJWMJCIbOAqp2tpDRmmP2FeFK27uahcpXfhW67C83ebKO1DwBLl861w4L1DLft4nO6A+UxRYmVURl2SHmQM\/mN0H1hIEC5uPKs1oDllXy9KQpg\/AuDO1wIDAQAB",
    "description": "Highlight the text you want efficiently to summarise or analyse in order to reveal the hidden message or underlying intent.",
    "version": "0.0.2",
    "background": {
        "service_worker": "\/dist\/background.js",
        "type": "module"
    },
    "icons": {
        "128": "\/icons\/icon.png"
    },
    "action": {
        "default_title": "IntentSeek",
        "default_popup": "\/popup\/popup.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/aiwords.io\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/icons\/icon-1.png",
                "\/icons\/close.png",
                "\/icons\/emoji\/angry.png",
                "\/icons\/emoji\/confused.png",
                "\/icons\/emoji\/excited.png",
                "\/icons\/emoji\/frustrated.png",
                "\/icons\/emoji\/grateful.png",
                "\/icons\/emoji\/dissapointed.png",
                "\/icons\/emoji\/enthusiastic.png",
                "\/icons\/emoji\/happy.png",
                "\/icons\/emoji\/hopeful.png",
                "\/icons\/emoji\/melancholic.png",
                "\/icons\/emoji\/nostalgic.png",
                "\/icons\/emoji\/optimistic.png",
                "\/icons\/emoji\/sad.png",
                "\/icons\/emoji\/surprised.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "runAt": "document_end",
            "js": [
                "\/dist\/content.js"
            ]
        }
    ]
}