Ambassify

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

What is Ambassify?

Ambassify is a Chrome extension developed by https://www.ambassify.com, and its main feature is "Turn social media posts into community campaigns with only a few clicks.".

Extension Screenshots

screenshot
screenshot

Download Ambassify Extension CRX File

Download Ambassify extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Addition for Ambassify managers to make publishing new content easier                    

Extension Basic Information

Name Ambassify Ambassify
ID odgjdgifacopackjmolpdninjnkaoaae
Official URL https://chromewebstore.google.com/detail/ambassify/odgjdgifacopackjmolpdninjnkaoaae
Description Turn social media posts into community campaigns with only a few clicks.
File Size 703 KB
Installation Count 89
Current Version 1.1.3
Last Updated 2024-01-29
Publish Date 2022-05-23
Rating 5.00/5 Total 1 Ratings
Developer https://www.ambassify.com
Email [email protected]
Payment Type free
Extension Website https://www.ambassify.com/
Help Page URL https://help.ambassify.com
Privacy Policy Page URL https://doc.ambassify.com/policy/privacy.html
Supported Languages 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"
    }
}