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!

What is Arrow Ai: done-for-you social media posting?

Arrow Ai: done-for-you social media posting is a Chrome extension developed by Arrow, and its main feature is "Posting on social media is a pain in the you know what. Arrow does it using Artificial Intelligence, try it for FREE!".

Extension Screenshots

screenshot
screenshot

Download Arrow Ai: done-for-you social media posting Extension CRX File

Download Arrow Ai: done-for-you social media posting extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Arrow Ai: done-for-you social media posting Arrow Ai: done-for-you social media posting
ID hnibfglglgaebegcdilfpnjomabgcinb
Official URL https://chromewebstore.google.com/detail/arrow-ai-done-for-you-soc/hnibfglglgaebegcdilfpnjomabgcinb
Description Posting on social media is a pain in the you know what. Arrow does it using Artificial Intelligence, try it for FREE!
File Size 7.84 MB
Installation Count 301
Current Version 3.0.17
Last Updated 2023-03-01
Publish Date 2021-07-15
Rating 5.00/5 Total 11 Ratings
Developer Arrow
Email [email protected]
Payment Type free
Extension Website https://www.getarrow.ai/
Help Page URL https://www.getarrow.ai/
Privacy Policy Page URL https://www.getarrow.ai/privacy
Supported Languages 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"
        }
    }
}