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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easy way to create content with Bogar.AI Extension & create engaging comment on single click on LinkedIn & Twitter"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Bogar.AI Anywhere एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
            }
        }
    }
}