Uptics Sales Automation CRM

Uptics Chrome Extension helps you to sync and manage LinkedIn sales tasks with Uptics CRM.

Uptics Sales Automation CRMคืออะไร?

Uptics Sales Automation CRM เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://uptics.io และคุณลักษณะหลักของมันคือ "Uptics Chrome Extension helps you to sync and manage LinkedIn sales tasks with Uptics CRM."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Uptics Sales Automation CRM

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

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

                        Uptics CRM users can manage their tasks under this extension.                    

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

ชื่อ Uptics Sales Automation CRM Uptics Sales Automation CRM
ID fljeaddfbchajbkjcjfflngmdfhpedae
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/uptics-sales-automation-c/fljeaddfbchajbkjcjfflngmdfhpedae
คำอธิบาย Uptics Chrome Extension helps you to sync and manage LinkedIn sales tasks with Uptics CRM.
ขนาดไฟล์ 1.26 MB
จำนวนการติดตั้ง 206
เวอร์ชันปัจจุบัน 0.0.9
อัปเดตครั้งล่าสุด 2022-03-29
วันที่เผยแพร่ 2021-12-10
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://uptics.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://uptics.io
URL หน้าช่วยเหลือ https://help.uptics.io
URL หน้านโยบายความเป็นส่วนตัว https://uptics.io/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Uptics Sales Automation CRM",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "description": "Uptics Chrome Extension helps you to sync and manage LinkedIn sales tasks with Uptics CRM.",
    "version": "0.0.9",
    "browser_action": [],
    "permissions": [
        "tabs",
        "webNavigation",
        "storage"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/app.uptics.io\/*",
            "*:\/\/localhost\/*"
        ],
        "accepts_tls_channel_id": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "jquery.js",
                "pop-up.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/fonts.googleapis.com; object-src 'self'",
    "web_accessible_resources": [
        "assets\/css\/*",
        "assets\/js\/*",
        "assets\/fonts\/*",
        "index.html",
        "toggler.js"
    ]
}