Ambassify

Turn social media posts into community campaigns with only a few clicks.

Ambassify là gì?

Ambassify là một tiện ích mở rộng Chrome được phát triển bởi https://www.ambassify.com, và tính năng chính của nó là "Turn social media posts into community campaigns with only a few clicks.".

Ả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 Ambassify

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

                        Addition for Ambassify managers to make publishing new content easier                    

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

Tên Ambassify Ambassify
ID odgjdgifacopackjmolpdninjnkaoaae
URL Chính Thức https://chromewebstore.google.com/detail/ambassify/odgjdgifacopackjmolpdninjnkaoaae
Mô tả Turn social media posts into community campaigns with only a few clicks.
Kích Thước Tệp 703 KB
Số Lần Cài Đặt 89
Phiên Bản Hiện Tại 1.1.3
Cập Nhật Lần Cuối 2024-01-29
Ngày Phát Hành 2022-05-23
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://www.ambassify.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.ambassify.com/
URL Trang Trợ Giúp https://help.ambassify.com
URL Trang Chính Sách Bảo Mật https://doc.ambassify.com/policy/privacy.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ambassify",
    "description": "Turn social media posts into community campaigns with only a few clicks.",
    "version": "1.1.3",
    "manifest_version": 3,
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "contextMenus",
        "cookies",
        "storage"
    ],
    "icons": {
        "128": "\/images\/ambassify.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": false,
            "js": [
                "content-script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "select-community\/popup.html"
            ]
        }
    ],
    "action": {
        "default_popup": "manage-communities\/popup.html"
    }
}