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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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
อีเมล [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"
    }
}