Speak Ai - Import & Analyze Text

With a single click, import text from any web page onto your Speak account to analyze insights and sentiment instantly.

Speak Ai - Import & Analyze Textとは何ですか?

Speak Ai - Import & Analyze Textはhttps://speakai.coによって開発されたChromeの拡張機能で、その主な機能は「With a single click, import text from any web page onto your Speak account to analyze insights and sentiment instantly.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Speak Ai - Import & Analyze Text拡張機能のCRXファイルをダウンロード

Speak Ai - Import & Analyze Text拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension provides an easy way to find and import any text from a page or entire page to analyze notes on Speak Ai application. 

How to use:

Authenticate with your Speak credentials.

Once you are logged in to Speak, there are multiple ways to analyze text on web pages with the Chrome Extension.

Option 1:

Fetch Page

You can fetch and analyze an entire page or article by selecting the "Fetch the Page" button.

Option 2:

Highlight

You can also highlight, right-click and select "Speak Ai -- Import - Analyze Selected Text".

You can now instantly analyze and receive insights from:

- Emails
- Social media posts
- Competitors
- People and organization profiles
- Blog posts
- Press releases
- News articles
- Any text-based content

Some examples of useful insights:

- Default Speak categories like people, brands, locations, numbers, events and more
- Custom Speak categories you create to find meaningful words and phrases
- Sentiment (identify and sort by most positive/negative moments)

All insights will also populate into your dashboard that analyzes multiple files for you.

Here are some potential use cases of the Speak extension:

- Save time understanding content
- Find key information on web pages
- Analyze and find patterns across web pages
- Prepare for meetings
- Gain a better understanding of competitors
- Learn about people and organizations
- Export text and insights into PDF and Word Doc reports

Your Feedback

We truly value the feedback that you have. When you've got some time to play around with the extension, we would love for you to let us know how we can improve it for you and others.

Please submit your feedback on the dedicated page here:

https://speakai.co/google-chrome-extension-feedback/

You can also send us an email at [email protected] or start a live chat with us on our website! 

Speak Ai Team 💚                    

拡張機能の基本情報

名前 Speak Ai - Import & Analyze Text Speak Ai - Import & Analyze Text
ID ocojnbhkbjgnlknabhicoodhmlapfodp
公式URL https://chromewebstore.google.com/detail/speak-ai-import-analyze-t/ocojnbhkbjgnlknabhicoodhmlapfodp
説明 With a single click, import text from any web page onto your Speak account to analyze insights and sentiment instantly.
ファイルサイズ 137 KB
インストール数 1,222
現在のバージョン 1.0.004.01
最終更新日 2021-04-23
公開日 2021-04-23
評価 5.00/5 合計 2 レビュー
開発者 https://speakai.co
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://app.speakai.co
ヘルプページのURL https://speakai.co/contact/
プライバシーポリシーページのURL https://speakai.co/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Speak Ai - Import & Analyze Text",
    "version": "1.0.004.01",
    "description": "With a single click, import text from any web page onto your Speak account to analyze insights and sentiment instantly.",
    "author": "Speak Ai Inc",
    "background": {
        "page": ".\/src\/html\/background.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/src\/scripts\/content.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Speak Ai - Import & Analyze Text",
        "default_icon": ".\/src\/images\/speak-favicon.png",
        "default_popup": ".\/src\/html\/popup.html"
    },
    "icons": {
        "64": ".\/src\/images\/speak-favicon.png"
    },
    "permissions": [
        "",
        "activeTab",
        "storage",
        "contextMenus",
        "notifications",
        "https:\/\/app.speakai.co\/*",
        "https:\/\/dev.speakai.co\/*",
        "http:\/\/localhost:4200\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.speakai.co\/*",
            "*:\/\/speakai.co\/\/*",
            "http:\/\/localhost:4200\/*"
        ]
    }
}