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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Bogar.ai และคุณลักษณะหลักของมันคือ "Easy way to create content with Bogar.AI Extension & create engaging comment on single click on LinkedIn & Twitter"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bogar.AI Anywhere

ดาวน์โหลดไฟล์ส่วนขยาย 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"
            }
        }
    }
}