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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
            }
        }
    }
}