Monitorsky

Chrome extension for Monitorsky

Monitorsky란 무엇입니까?

Monitorsky은(는) https://monitorsky.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chrome extension for Monitorsky"입니다.

확장 프로그램 스크린샷

screenshot

Monitorsky 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Monitorsky is a software application designed for businesses to efficiently manage their contacts. The application allows users to categorize and group contacts, making it easier to organize and keep track of their interactions.

With Monitorsky, businesses can import and export contact information, edit contact details, and create custom fields for each contact. This enables businesses to have a comprehensive view of their contacts, including their name, company, phone number, email address, and other important details.

Moreover, Monitorsky's grouping feature allows businesses to categorize their contacts into different segments based on factors like location, job title, or relationship to the business. This helps businesses to target specific groups of contacts for marketing campaigns, promotions, or other communication efforts.

Overall, Monitorsky is a powerful business tool that helps businesses to better manage their contacts and improve their customer relationship management.                    

확장 프로그램 기본 정보

이름 Monitorsky Monitorsky
ID aoilngicinhmahckamgidhclkdpbmfgj
공식 URL https://chromewebstore.google.com/detail/monitorsky/aoilngicinhmahckamgidhclkdpbmfgj
설명 Chrome extension for Monitorsky
파일 크기 78.68 KB
설치 횟수 822
현재 버전 0.2.26.5
최근 업데이트 2023-03-22
출시 날짜 2019-08-28
평점 3.83/5 총 6 개의 평점
개발자 https://monitorsky.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://monitorsky.com
도움말 페이지 URL https://monitorsky.com/faq/
개인정보 보호 정책 페이지 URL https://monitorsky.com/privacy-policy
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Monitorsky",
    "version": "0.2.26.5",
    "description": "Chrome extension for Monitorsky",
    "icons": {
        "144": "icons\/icon_144.png",
        "19": "icons\/icon_19.png",
        "38": "icons\/icon_38.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/*.skype.com\/",
        "*:\/\/*.monitorsky.com\/",
        "https:\/\/*.live.com\/",
        "https:\/\/auth.gfx.ms\/"
    ],
    "browser_action": {
        "default_title": "Monitorsky",
        "default_icon": "icons\/icon_19.png",
        "default_popup": "html\/default.html"
    },
    "background": {
        "scripts": [
            "js\/bluebird.js",
            "js\/bluebird-retry.js",
            "js\/ajax.js",
            "js\/utils.js",
            "js\/BigInteger.js",
            "js\/sha256.js",
            "js\/sha256Auth.js",
            "js\/skypeClient.js",
            "js\/monitorskyClient.js",
            "js\/background.js",
            "js\/update.js"
        ],
        "persistent": true
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.monitorsky.com\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.monitorsky.com\/*"
            ],
            "css": [
                "css\/monitorsky.com.css"
            ],
            "js": [
                "js\/content\/monitorsky.com.js"
            ]
        }
    ]
}