Ambassify

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

Was ist Ambassify?

Ambassify ist eine Chrome-Erweiterung, die von https://www.ambassify.com entwickelt wurde, und ihr Hauptmerkmal ist "Turn social media posts into community campaigns with only a few clicks.".

Erweiterungsscreenshots

screenshot
screenshot

Ambassify-Erweiterungs-CRX-Datei herunterladen

Laden Sie Ambassify-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Addition for Ambassify managers to make publishing new content easier                    

Grundlegende Informationen zur Erweiterung

Name Ambassify Ambassify
ID odgjdgifacopackjmolpdninjnkaoaae
Offizielle URL https://chromewebstore.google.com/detail/ambassify/odgjdgifacopackjmolpdninjnkaoaae
Beschreibung Turn social media posts into community campaigns with only a few clicks.
Dateigröße 703 KB
Installationsanzahl 89
Aktuelle Version 1.1.3
Letztes Update 2024-01-29
Veröffentlichungsdatum 2022-05-23
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://www.ambassify.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.ambassify.com/
Hilfeseite URL https://help.ambassify.com
URL der Datenschutzrichtlinien-Seite https://doc.ambassify.com/policy/privacy.html
Unterstützte Sprachen 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"
    }
}