vidReach Contacts

vidREACH Contacts allows you to directly add contacts into your vidREACH account. You can share REACH campaigns with your uploaded…

vidReach Contactsคืออะไร?

vidReach Contacts เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://vidreach.io และคุณลักษณะหลักของมันคือ "vidREACH Contacts allows you to directly add contacts into your vidREACH account. You can share REACH campaigns with your uploaded…"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย vidReach Contacts

ดาวน์โหลดไฟล์ส่วนขยาย vidReach Contacts ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        vidREACH Contacts allows you to directly add contacts into your vidREACH account. You can share REACH campaigns with your uploaded contacts and place these contacts in workFLOWs.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ vidReach Contacts vidReach Contacts
ID ffdpkdpplalhaomijnnlhmicipcfldlg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/vidreach-contacts/ffdpkdpplalhaomijnnlhmicipcfldlg
คำอธิบาย vidREACH Contacts allows you to directly add contacts into your vidREACH account. You can share REACH campaigns with your uploaded…
ขนาดไฟล์ 626 KB
จำนวนการติดตั้ง 33
เวอร์ชันปัจจุบัน 1.0.5
อัปเดตครั้งล่าสุด 2023-03-14
วันที่เผยแพร่ 2019-03-27
ผู้พัฒนา https://vidreach.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.vidreach.io
URL หน้านโยบายความเป็นส่วนตัว https://vidreach.io/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "vidReach Contacts",
    "version": "1.0.5",
    "permissions": [],
    "host_permissions": [
        "https:\/\/*.hirenami.com\/",
        "https:\/\/*.vidreach.io\/",
        "https:\/\/api.hunter.io\/"
    ],
    "action": {
        "default_icon": "Icon.png",
        "default_title": "vidReach Contacts",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "Icon16.png",
        "22": "Icon22.png",
        "32": "Icon32.png",
        "48": "Icon48.png",
        "128": "Icon128.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; script-src-elem 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "Icon.png",
                "favicon.ico"
            ],
            "extension_ids": []
        }
    ]
}