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
电子邮箱 [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"
            }
        }
    }
}