Bogar.AI Anywhere

Easy way to create content with Bogar.AI Extension & create engaging comment on single click on LinkedIn & Twitter

Bogar.AI Anywhereとは何ですか?

Bogar.AI AnywhereはBogar.aiによって開発されたChromeの拡張機能で、その主な機能は「Easy way to create content with Bogar.AI Extension & create engaging comment on single click on LinkedIn & Twitter」です。

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

screenshot

Bogar.AI Anywhere拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Create Content Without Leaving Website

Easy way to create content with Chrome Bogar.AI Sidebar Extension & create engaging comment on single click on LinkedIn & Twitter

Bogar Chat: Access Bogar Chat inside your Browser without leaving the website

40+ Templates: Create content using 40+ templates without leaving the website

LinkedIn/Twitter Comments: Create engaging and intriguing comment on LinkedIn & Twitter with one click

Prompt: Access to 1000+ of AI prompts for FREE.

Summarize Website: Summarize the Website Content in single click (Coming Soon)

Free plan and Limited offer available on all Paid Plans.                    

拡張機能の基本情報

名前 Bogar.AI Anywhere Bogar.AI Anywhere
ID dfibmamgonagpmepjibamagooakdbaoo
公式URL https://chromewebstore.google.com/detail/bogarai-anywhere/dfibmamgonagpmepjibamagooakdbaoo
説明 Easy way to create content with Bogar.AI Extension & create engaging comment on single click on LinkedIn & Twitter
ファイルサイズ 105 KB
インストール数 36
現在のバージョン 1.1
最終更新日 2023-11-15
公開日 2023-09-21
評価 5.00/5 合計 6 レビュー
開発者 Bogar.ai
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.bogar.ai/
ヘルプページのURL https://www.bogar.ai/contact
プライバシーポリシーページのURL https://www.bogar.ai/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bogar.AI Anywhere",
    "version": "1.1",
    "description": "Easy way to create content with Bogar.AI Extension & create engaging comment on single click on LinkedIn & Twitter",
    "background": {
        "service_worker": "js\/background.js"
    },
    "icons": {
        "16": "images\/icon.png",
        "48": "images\/icon.png",
        "128": "images\/icon.png"
    },
    "action": {
        "default_title": "Click to open panel"
    },
    "side_panel": {
        "default_path": "sidepanel.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ]
        },
        {
            "matches": [
                "*:\/\/www.linkedin.com\/*"
            ],
            "js": [
                "js\/licontent.js"
            ],
            "css": [
                "css\/tailwind.css"
            ]
        },
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "js\/fbcontent.js"
            ],
            "css": [
                "css\/tailwind.css"
            ]
        },
        {
            "matches": [
                "*:\/\/*.twitter.com\/*"
            ],
            "js": [
                "js\/twcontent.js"
            ],
            "css": [
                "css\/tailwind.css"
            ]
        },
        {
            "matches": [
                "*:\/\/www.instagram.com\/*"
            ],
            "js": [
                "js\/instacontent.js"
            ],
            "css": [
                "css\/tailwind.css"
            ]
        }
    ],
    "permissions": [
        "sidePanel",
        "storage",
        "activeTab"
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+B",
                "mac": "Command+B"
            }
        }
    }
}