Ambassify

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

Wat is Ambassify?

Ambassify is een Chrome-extensie ontwikkeld door https://www.ambassify.com, en de belangrijkste functie is "Turn social media posts into community campaigns with only a few clicks.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Ambassify

Download Ambassify-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Addition for Ambassify managers to make publishing new content easier                    

Basisinformatie over de Extensie

Naam Ambassify Ambassify
ID odgjdgifacopackjmolpdninjnkaoaae
Officiële URL https://chromewebstore.google.com/detail/ambassify/odgjdgifacopackjmolpdninjnkaoaae
Beschrijving Turn social media posts into community campaigns with only a few clicks.
Bestandsgrootte 703 KB
Aantal Installaties 89
Huidige Versie 1.1.3
Laatst Bijgewerkt 2024-01-29
Publicatiedatum 2022-05-23
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://www.ambassify.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.ambassify.com/
Help Pagina-URL https://help.ambassify.com
URL van de Privacybeleid Pagina https://doc.ambassify.com/policy/privacy.html
Ondersteunde Talen 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"
    }
}