Ambassify

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

什么是Ambassify?

Ambassify是由https://www.ambassify.com开发的Chrome扩展程序,该扩展的主要功能是“Turn social media posts into community campaigns with only a few clicks.”。

扩展截图

screenshot
screenshot

下载Ambassify扩展crx文件

下载Ambassify扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Addition for Ambassify managers to make publishing new content easier                    

扩展基本信息

名称 Ambassify Ambassify
ID odgjdgifacopackjmolpdninjnkaoaae
官方URL https://chromewebstore.google.com/detail/ambassify/odgjdgifacopackjmolpdninjnkaoaae
简介 Turn social media posts into community campaigns with only a few clicks.
文件大小 703 KB
安装次数 89
当前版本 1.1.3
更新时间 2024-01-29
上架时间 2022-05-23
评分 5.00/5 共1次评分
开发者 https://www.ambassify.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.ambassify.com/
帮助页面URL https://help.ambassify.com
隐私政策页面URL https://doc.ambassify.com/policy/privacy.html
支持的语言 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"
    }
}