snapADDY Helper

Make use of the advanced search and export features of the snapADDY products, right from your browser!

snapADDY Helper란 무엇입니까?

snapADDY Helper은(는) https://www.snapaddy.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Make use of the advanced search and export features of the snapADDY products, right from your browser!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        With snapADDY Helper, you can use the following features of the snapADDY products DataQuality and VisitReport in the dashboard:
• Export visit reports from the VisitReport dashboard to your CRM system.
• Contact person and company data advanced search in DataQuality
• CRM exports

snapADDY Helper also supports you in using snapADDY DataQuality directly in your CRM.

If you prefer to install the DataQuality interface as a browser extension, please use the snapADDY DataQuality Extension.

The snapADDY Helper itself does not have a user interface and can only be used with snapADDY DataQuality or snapADDY VisitReport. To use both applications, you need to register once on our website www.snapaddy.com. You can test DataQuality and VisitReport for 14 days free of charge and without obligation before you decide to purchase a license.

If you have any questions or suggestions regarding snapADDY Helper, please contact us directly at [email protected].                    

확장 프로그램 기본 정보

이름 snapADDY Helper snapADDY Helper
ID icekdmlfmjngcpakbdjpjiikhofmenia
공식 URL https://chromewebstore.google.com/detail/snapaddy-helper/icekdmlfmjngcpakbdjpjiikhofmenia
설명 Make use of the advanced search and export features of the snapADDY products, right from your browser!
파일 크기 453 KB
설치 횟수 2,813
현재 버전 3.2.15
최근 업데이트 2023-12-14
출시 날짜 2022-03-05
평점 4.33/5 총 6 개의 평점
개발자 https://www.snapaddy.com
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://help.snapaddy.com/
개인정보 보호 정책 페이지 URL https://www.snapaddy.com/en/legal/privacy.html
지원되는 언어 de,en,fr,es,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.2.15",
    "version_name": "3.2.15",
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "manifest_version": 3,
    "default_locale": "en",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "32": "images\/icon-32.png",
            "48": "images\/icon-48.png",
            "128": "images\/icon-128.png"
        }
    },
    "background": {
        "service_worker": "scripts\/background-scripts\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/content-scripts\/shared\/main\/main.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/www.google.de\/search*",
                "https:\/\/www.google.com\/search*"
            ],
            "js": [
                "scripts\/content-scripts\/shared\/google-images\/google-images.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/www.snapaddy.com\/de\/index.html*"
            ],
            "js": [
                "scripts\/content-scripts\/shared\/oauth\/oauth.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/*.snapaddy.com\/*"
            ],
            "js": [
                "scripts\/content-scripts\/shared\/visitreport\/visitreport.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/*.crm.ondemand.com\/*"
            ],
            "js": [
                "scripts\/content-scripts\/shared\/smart-autocomplete\/sap-injector.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*.lightning.force.com\/*",
                "https:\/\/*.snapaddy.com\/*",
                "http:\/\/localhost\/*"
            ],
            "js": [
                "scripts\/content-scripts\/shared\/proxy\/proxy.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "contextMenus",
        "webRequest",
        "declarativeNetRequest",
        "scripting"
    ],
    "optional_permissions": [
        "cookies"
    ],
    "host_permissions": [
        ""
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "webrequest-rules",
                "enabled": true,
                "path": "webrequest-rules.json"
            }
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "scripts\/page-scripts\/shared\/proxy.js",
                "scripts\/page-scripts\/shared\/dynamics-open-popup.js"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "scripts\/page-scripts\/shared\/smart-autocomplete\/sap-injector.js"
            ],
            "matches": [
                "https:\/\/*.crm.ondemand.com\/*"
            ]
        }
    ]
}