Code-K Gmail Sync for Microsoft Dynamics 365

Send your emails on Microsoft Dynamics 365 directly from Gmail

Code-K Gmail Sync for Microsoft Dynamics 365คืออะไร?

Code-K Gmail Sync for Microsoft Dynamics 365 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.code-k.com.br และคุณลักษณะหลักของมันคือ "Send your emails on Microsoft Dynamics 365 directly from Gmail"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Code-K Gmail Sync for Microsoft Dynamics 365

ดาวน์โหลดไฟล์ส่วนขยาย Code-K Gmail Sync for Microsoft Dynamics 365 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        - updates for better performance
- Warning when no regarding selected                    

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

ชื่อ Code-K Gmail Sync for Microsoft Dynamics 365 Code-K Gmail Sync for Microsoft Dynamics 365
ID dmnhgfamfeaadlddhbklaaehkjmkjjom
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/code-k-gmail-sync-for-mic/dmnhgfamfeaadlddhbklaaehkjmkjjom
คำอธิบาย Send your emails on Microsoft Dynamics 365 directly from Gmail
ขนาดไฟล์ 205 KB
จำนวนการติดตั้ง 35
เวอร์ชันปัจจุบัน 1.2.9
อัปเดตครั้งล่าสุด 2018-11-28
วันที่เผยแพร่ 2018-11-28
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://www.code-k.com.br
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.code-k.com.br/en-US/addons/calendarsync
URL หน้าช่วยเหลือ http://www.code-k.com.br/en-US/contato
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Code-K Gmail Sync for Microsoft Dynamics 365",
    "short_name": "Gmail Sync",
    "version": "1.2.9",
    "description": "Send your emails on Microsoft Dynamics 365 directly from Gmail",
    "background": {
        "scripts": [
            "libraries\/background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": "img\/icon-19.png",
        "default_title": "Code-K Gmail Sync for Microsoft Dynamics 365",
        "default_popup": "popup.html",
        "index_page": "index.html"
    },
    "permissions": [
        "declarativeContent",
        "https:\/\/cloud.code-k.com.br\/*",
        "http:\/\/localhost:54550\/Services\/Email.asmx",
        "https:\/\/localhost:44341\/Services\/Email.asmx",
        "storage"
    ],
    "content_security_policy": "object-src 'self' https:\/\/*.code-k.com.br; script-src 'self' https:\/\/*.code-k.com.br;",
    "content_scripts": [
        {
            "css": [
                "css\/bootstrap-grid.min.css",
                "css\/googlesyncmscrm.css",
                "css\/googleapis-material-icon.css"
            ],
            "js": [
                "libraries\/jquery-3.3.1.min.js",
                "js\/language.js",
                "js\/email.js",
                "js\/util.js",
                "libraries\/inboxsdk.js",
                "js\/template.js",
                "js\/menu.js",
                "js\/menuconfiguracao.js",
                "js\/inboxsdkinit.js",
                "js\/menuemail.js",
                "js\/init.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        "img\/arrow-right.svg",
        "img\/list.svg",
        "img\/message.svg",
        "img\/settings.svg",
        "img\/loading.gif",
        "js\/menuemail.js",
        "index.html",
        "img\/logo.png",
        "img\/sync_red.png"
    ],
    "icons": {
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "manifest_version": 2
}