Agorapulse

Agorapulse lets you schedule and publish content to Twitter, Facebook, LinkedIn, Instagram and Youtube from any website.

Agorapulse là gì?

Agorapulse là một tiện ích mở rộng Chrome được phát triển bởi https://app.agorapulse.com, và tính năng chính của nó là "Agorapulse lets you schedule and publish content to Twitter, Facebook, LinkedIn, Instagram and Youtube from any website.".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Agorapulse

Tải xuống các tệp mở rộng Agorapulse 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

                        If you're an Agorapulse user, the Agorapulse Chrome Extension can help you quickly schedule, queue, or publish content that you find online.

See a Web page or blog post that you want to share on Facebook, Twitter, Instagram, or LinkedIn? Click the Chrome Extension. Add one of your saved hashtag groups alongside your description (and maybe an emoji or two). Set it to publish right away, to be scheduled later on, or to be added to one of your queue categories.

Curating content for your social profiles has never been easier!                    

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

Tên Agorapulse Agorapulse
ID dodghoacmcolcigjioiapehcmpdadgmi
URL Chính Thức https://chromewebstore.google.com/detail/agorapulse/dodghoacmcolcigjioiapehcmpdadgmi
Mô tả Agorapulse lets you schedule and publish content to Twitter, Facebook, LinkedIn, Instagram and Youtube from any website.
Kích Thước Tệp 604 KB
Số Lần Cài Đặt 5,089
Phiên Bản Hiện Tại 6.2.0
Cập Nhật Lần Cuối 2022-01-28
Ngày Phát Hành 2020-05-25
Đánh Giá 4.78/5 Tổng số 9 Đánh Giá
Nhà Phát Triển https://app.agorapulse.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://app.agorapulse.com/
URL Trang Trợ Giúp http://support.agorapulse.com/
Ngôn Ngữ Được Hỗ Trợ en,fr,es,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "version": "6.2.0",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "logo_icon_128.png",
        "16": "logo_icon_small.png",
        "48": "logo_icon_large.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "logo_icon_19.png",
            "38": "logo_icon_38.png"
        }
    },
    "background": {
        "page": "agorapulse.html"
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus"
    ],
    "content_scripts": [
        {
            "css": [
                "data\/scripts\/overlay.css"
            ],
            "js": [
                "data\/scripts\/port-wrapper.js",
                "data\/scripts\/data-wrapper.js",
                "data\/libs\/postmessage.js",
                "data\/scripts\/extension-connector.js",
                "data\/libs\/jquery-2.1.1.min.js",
                "data\/scripts\/overlay.js",
                "data\/scripts\/scraper.js",
                "data\/libs\/keymaster.js",
                "data\/scripts\/embeds\/hotkey.js",
                "data\/scripts\/embeds\/tpc-check.js",
                "data\/scripts\/embeds\/hover-button.js",
                "data\/scripts\/extension-listener.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        },
        {
            "all_frames": true,
            "js": [
                "data\/scripts\/port-wrapper.js",
                "data\/scripts\/extension-connector.js",
                "data\/libs\/jquery-2.1.1.min.js",
                "data\/scripts\/scraper.js",
                "data\/scripts\/overlay-scraper.js",
                "data\/install-check.js"
            ],
            "matches": [
                "*:\/\/*.agorapulse.com\/*",
                "*:\/\/*.agorapulse.local\/*"
            ]
        },
        {
            "css": [
                "data\/scripts\/embeds\/facebook.css"
            ],
            "js": [
                "data\/scripts\/embeds\/facebook.js"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ]
        },
        {
            "css": [
                "data\/scripts\/embeds\/twitter.css"
            ],
            "exclude_matches": [
                "*:\/\/tweetdeck.twitter.com\/*"
            ],
            "js": [
                "data\/scripts\/embeds\/twitter.js"
            ],
            "matches": [
                "*:\/\/*.twitter.com\/*"
            ]
        },
        {
            "js": [
                "data\/scripts\/embeds\/reddit.js"
            ],
            "matches": [
                "*:\/\/*.reddit.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "manifest.json",
        "data\/img\/oval.svg",
        "data\/img\/[email protected]",
        "data\/img\/[email protected]",
        "data\/tpc-check.html"
    ]
}