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 là gì?

Arrow Ai: done-for-you social media posting là một tiện ích mở rộng Chrome được phát triển bởi Arrow, và tính năng chính của nó là "Posting on social media is a pain in the you know what. Arrow does it using Artificial Intelligence, try it for FREE!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Arrow Ai: done-for-you social media posting

Tải xuống các tệp mở rộng Arrow Ai: done-for-you social media posting dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Arrow Ai: done-for-you social media posting Arrow Ai: done-for-you social media posting
ID hnibfglglgaebegcdilfpnjomabgcinb
URL Chính Thức https://chromewebstore.google.com/detail/arrow-ai-done-for-you-soc/hnibfglglgaebegcdilfpnjomabgcinb
Mô tả Posting on social media is a pain in the you know what. Arrow does it using Artificial Intelligence, try it for FREE!
Kích Thước Tệp 7.84 MB
Số Lần Cài Đặt 301
Phiên Bản Hiện Tại 3.0.17
Cập Nhật Lần Cuối 2023-03-01
Ngày Phát Hành 2021-07-15
Đánh Giá 5.00/5 Tổng số 11 Đánh Giá
Nhà Phát Triển Arrow
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.getarrow.ai/
URL Trang Trợ Giúp https://www.getarrow.ai/
URL Trang Chính Sách Bảo Mật https://www.getarrow.ai/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    }
}