Ambassify

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

ما هو Ambassify؟

Ambassify هو إضافة Chrome تم تطويرها بواسطة https://www.ambassify.com، والميزة الرئيسية لها هي "Turn social media posts into community campaigns with only a few clicks.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Ambassify

قم بتنزيل ملفات الامتداد Ambassify بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة https://help.ambassify.com
عنوان صفحة سياسة الخصوصية 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"
    }
}