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
Eメール [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"
    }
}