Arrow Ai: done-for-you social media posting

Posting on social media is a pain in the you know what. Arrow does it using Artificial Intelligence, try it for FREE!

Arrow Ai: done-for-you social media postingとは何ですか?

Arrow Ai: done-for-you social media postingはArrowによって開発されたChromeの拡張機能で、その主な機能は「Posting on social media is a pain in the you know what. Arrow does it using Artificial Intelligence, try it for FREE!」です。

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

screenshot
screenshot

Arrow Ai: done-for-you social media posting拡張機能のCRXファイルをダウンロード

Arrow Ai: done-for-you social media posting拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Arrow Ai: 

Reach new customers without lifting a finger!  Leverage artificial intelligence to save time and money posting on your businesses social media accounts. 


☝   Build your business influence.

🔎   Find and post engaging content, grow your following and build real traction for your business on Facebook and Instagram.

🆓   Free tool for any business to post like a pro.

🙋   Looking for traction for your business?  Arrow works!  Businesses choose Arrow to build real engagement.

😊   300% Increase in engagement on average!                    

拡張機能の基本情報

名前 Arrow Ai: done-for-you social media posting Arrow Ai: done-for-you social media posting
ID hnibfglglgaebegcdilfpnjomabgcinb
公式URL https://chromewebstore.google.com/detail/arrow-ai-done-for-you-soc/hnibfglglgaebegcdilfpnjomabgcinb
説明 Posting on social media is a pain in the you know what. Arrow does it using Artificial Intelligence, try it for FREE!
ファイルサイズ 7.84 MB
インストール数 301
現在のバージョン 3.0.17
最終更新日 2023-03-01
公開日 2021-07-15
評価 5.00/5 合計 11 レビュー
開発者 Arrow
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.getarrow.ai/
ヘルプページのURL https://www.getarrow.ai/
プライバシーポリシーページのURL https://www.getarrow.ai/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Arrow Ai: done-for-you social media posting",
    "description": "Posting on social media is a pain in the you know what. Arrow does it using Artificial Intelligence, try it for FREE!",
    "version": "3.0.17",
    "manifest_version": 2,
    "homepage_url": "https:\/\/www.getarrow.ai\/",
    "default_locale": "en",
    "permissions": [
        "webRequestBlocking",
        "webRequest",
        "",
        "*:\/\/*\/*",
        "tabs",
        "storage",
        "identity",
        "identity.email",
        "webNavigation"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.getarrow.ai\/*",
            "https:\/\/arrow-bill.ngrok.io\/*",
            "https:\/\/arrow-ishtiaq.ngrok.io\/*",
            "https:\/\/arrow-syed.ngrok.io\/*"
        ]
    },
    "icons": {
        "16": "icons\/16-yellow.png",
        "24": "icons\/24-yellow.png",
        "32": "icons\/32-yellow.png",
        "48": "icons\/48-yellow.png",
        "128": "icons\/128-yellow.png"
    },
    "content_security_policy": "script-src 'self'  https:\/\/www.google-analytics.com\/analytics.js https:\/\/connect.facebook.net\/en_US\/fbevents.js https:\/\/connect.facebook.net\/signals\/config\/399731947808462; object-src 'self';",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*",
                "https:\/\/www.google.com\/",
                "https:\/\/ads.google.com\/*"
            ],
            "js": [
                "js\/content-script.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Arrow Boost",
        "default_icon": {
            "16": "icons\/16-yellow.png",
            "24": "icons\/24-yellow.png",
            "32": "icons\/32-yellow.png",
            "48": "icons\/48-yellow.png",
            "128": "icons\/128-yellow.png"
        }
    }
}