RespoAI

RespoAI is a browser extension that helps you create thoughtful and effective responses with the click of a button.

RespoAIとは何ですか?

RespoAIはcontactrespoaiによって開発されたChromeの拡張機能で、その主な機能は「RespoAI is a browser extension that helps you create thoughtful and effective responses with the click of a button.」です。

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

screenshot
screenshot

RespoAI拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        ⚡The #1 Growth Hacking Tool that utilizes a browser extension to help you create thoughtful and effective responses. 

✍️With the help of our AI language synthesis tool for Chrome, you can produce attention-grabbing messages that are intriguing and efficient. Our tool will help you have an effect, whether you're interacting with customers, followers, friends, or anyone else!

💡With Respo, responses are no longer a difficult or time-consuming task. Say goodbye to generic messages and hello to more meaningful interactions.

Coming soon:
🔜Gmail
🔜Facebook
🔜Youtube

To make using RespoAI even better, we're always working on updates and improvements. Please contact us at [email protected] if you have any inquiries or suggestions.                    

拡張機能の基本情報

名前 RespoAI RespoAI
ID bedkffdgfejokiohjhkehankmamachma
公式URL https://chromewebstore.google.com/detail/respoai/bedkffdgfejokiohjhkehankmamachma
説明 RespoAI is a browser extension that helps you create thoughtful and effective responses with the click of a button.
ファイルサイズ 191 KB
インストール数 327
現在のバージョン 1.0.4
最終更新日 2023-03-02
公開日 2023-02-03
評価 4.56/5 合計 16 レビュー
開発者 contactrespoai
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RespoAI",
    "description": "RespoAI is a browser extension that helps you create thoughtful and effective responses with the click of a button. ",
    "version": "1.0.4",
    "manifest_version": 3,
    "background": {
        "service_worker": "serviceWorker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "js": [
                "linkedinScript.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.reddit.com\/*"
            ],
            "js": [
                "redditScript.js"
            ]
        }
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "action": {
        "default_title": "RespoAi",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/icons\/respo16.png",
            "32": "\/icons\/respo32.png",
            "48": "\/icons\/respo48.png",
            "128": "\/icons\/respo128.png"
        }
    },
    "icons": {
        "16": "\/icons\/respo16.png",
        "32": "\/icons\/respo32.png",
        "48": "\/icons\/respo48.png",
        "128": "\/icons\/respo128.png"
    }
}