Fixdigital plugin for Gmail and WhatsApp

The CRM platform that will grow your business through a plugin for Google and WhatsApp

Fixdigital plugin for Gmail and WhatsAppคืออะไร?

Fixdigital plugin for Gmail and WhatsApp เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Info Fix Digital และคุณลักษณะหลักของมันคือ "The CRM platform that will grow your business through a plugin for Google and WhatsApp"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fixdigital plugin for Gmail and WhatsApp

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

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

                        WATCH YOUR MARKETING AND SALES GROW
Professional inquiry management platform
The most advanced sales management package
A winning combination – handles inquiries from all digital channels and sale closing processes

 Our Products :
CRM
Google integration
Facebook integration
Integrates with websites and landing pages
Smart phone numbers for call measurement
Send inquiries by automated SMS or email
Dashboards display data summaries and let you review call, meeting, and transaction costs
Smart lead manager
Automation
Receipt of alerts
Landing pages based on Elementor
Landing pages based on Drag&Drop (with no need for a programmer, and including readymade templates)
Automatic reminders
Calendar sync
WhatsApp integration
Smart web chatbot forwards inquiries directly to the CRM
CRM app for inquiry and sales management
Google Analytics integration
API integration
Integrates with telephone answering systems
Integrates with external platforms
Option to upgrade to CRM Premium                    

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

ชื่อ Fixdigital plugin for Gmail and WhatsApp Fixdigital plugin for Gmail and WhatsApp
ID pblpdhdohbbgoodcdnjiiinnhphhdlcn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/fixdigital-plugin-for-gma/pblpdhdohbbgoodcdnjiiinnhphhdlcn
คำอธิบาย The CRM platform that will grow your business through a plugin for Google and WhatsApp
ขนาดไฟล์ 167 KB
จำนวนการติดตั้ง 246
เวอร์ชันปัจจุบัน 7.73
อัปเดตครั้งล่าสุด 2023-12-19
วันที่เผยแพร่ 2021-11-08
ผู้พัฒนา Info Fix Digital
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.fixdigital.co.il
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "contentScript.js",
                "sentry.js"
            ],
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "all_frames": true,
            "run_at": "document_end"
        },
        {
            "js": [
                "contentScriptGmail.js",
                "sentry.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "contentScriptFixdigital.js"
            ],
            "matches": [
                "https:\/\/www.fixdigital.co.il\/*",
                "http:\/\/staging.fixdigital.co.il\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "description": "The CRM platform that will grow your business through a plugin for Google and WhatsApp",
    "externally_connectable": {
        "matches": [
            "https:\/\/web.whatsapp.com\/*",
            "https:\/\/app.fixdigital.co.il\/*",
            "https:\/\/www.fixdigital.co.il\/*"
        ]
    },
    "icons": {
        "128": "images\/logo-128.png",
        "16": "images\/logo-16.png",
        "32": "images\/logo-32.png",
        "48": "images\/logo-48.png"
    },
    "manifest_version": 3,
    "name": "Fixdigital plugin for Gmail and WhatsApp",
    "options_page": "popup.html",
    "action": {
        "default_icon": {
            "128": "images\/logo-128.png",
            "16": "images\/logo-16.png",
            "32": "images\/logo-32.png",
            "48": "images\/logo-48.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/web.whatsapp.com\/*",
        "https:\/\/mail.google.com\/*",
        "https:\/\/app.fixdigital.co.il\/*"
    ],
    "version": "7.73",
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*",
                "iframeContentGmail.js",
                "sentry.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ]
        },
        {
            "resources": [
                "images\/*",
                "iframeContent.js",
                "sentry.js"
            ],
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ]
        }
    ]
}