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!

Co je Arrow Ai: done-for-you social media posting?

Arrow Ai: done-for-you social media posting je rozšíření Chrome vyvinuté Arrow, a jeho hlavní funkcí je „Posting on social media is a pain in the you know what. Arrow does it using Artificial Intelligence, try it for FREE!“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Arrow Ai: done-for-you social media posting

Stáhněte si soubory rozšíření Arrow Ai: done-for-you social media posting ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Arrow Ai: done-for-you social media posting Arrow Ai: done-for-you social media posting
ID hnibfglglgaebegcdilfpnjomabgcinb
Oficiální URL https://chromewebstore.google.com/detail/arrow-ai-done-for-you-soc/hnibfglglgaebegcdilfpnjomabgcinb
Popis Posting on social media is a pain in the you know what. Arrow does it using Artificial Intelligence, try it for FREE!
Velikost souboru 7.84 MB
Počet instalací 301
Aktuální Verze 3.0.17
Poslední Aktualizace 2023-03-01
Datum Vydání 2021-07-15
Hodnocení 5.00/5 Celkem 11 Hodnocení
Vývojář Arrow
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.getarrow.ai/
URL Stránky Nápovědy https://www.getarrow.ai/
URL Stránky Zásad Ochrany Soukromí https://www.getarrow.ai/privacy
Podporované Jazyky 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"
        }
    }
}