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은(는) https://uptics.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Uptics Chrome Extension helps you to sync and manage LinkedIn sales tasks with Uptics CRM."입니다.

확장 프로그램 스크린샷

screenshot

Uptics Sales Automation CRM 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}