Pingdex

A chrome extension for Pingdex

Pingdex란 무엇입니까?

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

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        This is a chrome extension for use with Pingdex (pingdex.app). 

This chrome extension allows you to create contact requests directly from viewing an NGP VAN contact or list.  This extension also allows for rich html email follow-ups in Gmail (we do not read your emails). 

Pingdex is an application that helps progressive campaigns manage call time lists and scheduling.                    

확장 프로그램 기본 정보

이름 Pingdex Pingdex
ID kkklmgdmiepmnaiifkkkkcdignomfifo
공식 URL https://chromewebstore.google.com/detail/pingdex/kkklmgdmiepmnaiifkkkkcdignomfifo
설명 A chrome extension for Pingdex
파일 크기 564 KB
설치 횟수 198
현재 버전 1.15.0
최근 업데이트 2024-01-08
출시 날짜 2020-09-15
평점 5.00/5 총 2 개의 평점
개발자 https://pingdex.app
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://pingdex.app
개인정보 보호 정책 페이지 URL https://www.pingdex.app/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "A chrome extension for Pingdex",
    "version": "1.15.0",
    "name": "Pingdex",
    "options_page": "options.html",
    "permissions": [
        "storage"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwklyEbK0geQRbMuNHS73upv7gH6xpoaP4+WPRXnXhGacRpjvADVloz2Z8Ttx3pCjSS5tP0qhefCuS9d\/Lb47kQTDxCAIMKjXB01EKDIlD2Hk7ykUN9vKkH6KPcBhRT85gslGl5I6C7x+k0gSqWFEPYdt5KSb4EjgNL5xPyixIgRoy3nSTaUKIeO9lDHQYg2Owb0HNyvjBAFEMd6oW4mxrM8l\/bJuG58ElpySSvdCz\/wphDr87La1rCsL5HxbfB9hrcccQutPknUxwNFluCdXHDRWHPLA1SxZNa6sXQaXeUmkkM+zlNF2Xhl7icmVeYkPW+fuWMdBAHPbrsXcw3ZT4QIDAQAB",
    "host_permissions": [
        "https:\/\/app.ngpvan.com\/*",
        "https:\/\/*.everyaction.com\/*",
        "https:\/\/*.myngp.com\/*",
        "https:\/\/*.pingdex.app\/*",
        "https:\/\/mail.google.com\/mail\/*?fs=1*"
    ],
    "icons": {
        "128": "icon-128.png"
    },
    "manifest_version": 3,
    "background": {
        "service_worker": "background.bundle.js"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/*.pingdex.app\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.ngpvan.com\/MyList*"
            ],
            "js": [
                "ngpvan.bundle.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.myngp.com\/MyList*"
            ],
            "js": [
                "ngpvan.bundle.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.everyaction.com\/MyList*"
            ],
            "js": [
                "ngpvan.bundle.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.myngp.com\/Contact\/Detail*"
            ],
            "run_at": "document_idle",
            "js": [
                "ngp7.bundle.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.myngp.com\/Search\/QuickFindResult*"
            ],
            "run_at": "document_idle",
            "js": [
                "ngp7.bundle.js"
            ]
        },
        {
            "matches": [
                "https:\/\/mail.google.com\/mail\/*?fs=1*"
            ],
            "run_at": "document_idle",
            "js": [
                "gmail.bundle.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.myngp.com\/Search\/Results*"
            ],
            "run_at": "document_idle",
            "js": [
                "ngp7.bundle.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.myngp.com\/CallLog\/Create*"
            ],
            "run_at": "document_idle",
            "js": [
                "ngp7.bundle.js"
            ]
        },
        {
            "matches": [
                "https:\/\/app.ngpvan.com\/ContactsDetails*"
            ],
            "js": [
                "ngpvan.bundle.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.myngp.com\/ContactsDetails*"
            ],
            "js": [
                "ngpvan.bundle.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.everyaction.com\/ContactsDetails*"
            ],
            "js": [
                "ngpvan.bundle.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.pingdex.app\/*"
            ],
            "js": [
                "pingdex.bundle.js"
            ]
        }
    ]
}