AlertSite DejaClick

Record and replay in your browser.

AlertSite DejaClick란 무엇입니까?

AlertSite DejaClick은(는) SmartBear에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Record and replay in your browser."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Here's the new DejaClick!  Record transactions as you browse. 

With DejaClick, navigate a site or interact with a website as a real user would, and we'll record the script you need to create a monitor. Simply add the new script to your AlertSite account and select the locations you want to monitor from. It's that easy.                    

확장 프로그램 기본 정보

이름 AlertSite DejaClick AlertSite DejaClick
ID ojfkmicbmffjjngfjffgiioghbkbcjdi
공식 URL https://chromewebstore.google.com/detail/alertsite-dejaclick/ojfkmicbmffjjngfjffgiioghbkbcjdi
설명 Record and replay in your browser.
파일 크기 3.65 MB
설치 횟수 3,173
현재 버전 2.7.11.2
최근 업데이트 2024-01-14
출시 날짜 2020-06-20
평점 3.50/5 총 8 개의 평점
개발자 SmartBear
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://smartbear.com/product/alertsite/alertsite-features/dejaclick/
도움말 페이지 URL https://support.smartbear.com/alertsite/docs/monitors/web/transaction/dejaclick-reference/chrome/quick-start.html
개인정보 보호 정책 페이지 URL https://smartbear.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AlertSite DejaClick",
    "version": "2.7.11.2",
    "manifest_version": 2,
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "icons": {
        "16": "ui\/skin\/images\/dejaLogo16.png",
        "48": "ui\/skin\/images\/dejaLogo48.png",
        "128": "ui\/skin\/images\/dejaLogo128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "ui\/skin\/images\/dejaLogo19.png",
            "38": "ui\/skin\/images\/dejaLogo38.png"
        },
        "default_title": "__MSG_extName__"
    },
    "background": {
        "scripts": [
            "common\/dejaClick.js",
            "buildId.js",
            "common\/dejaConstants.js",
            "background\/dejaVersionInfo.js",
            "common\/dejaLogger.js",
            "common\/dejaObserverService.js",
            "common\/dejaEventRegistration.js",
            "common\/dejaScript.js",
            "common\/dejaPreferenceService.js",
            "common\/dejaDialogWindow.js",
            "common\/dejaPromptService.js",
            "common\/dejaMd5.js",
            "common\/dejaSha1.js",
            "common\/dejaAes.js",
            "common\/dejaEncryption.js",
            "common\/dejaRestApi.js",
            "common\/dejaCookieManager.js",
            "common\/dejaNodeSelection.js",
            "background\/dejaUtils.js",
            "common\/dejaSearch.js",
            "common\/dejaVariable.js",
            "common\/dejaContentView.js",
            "background\/dejaService.js",
            "background\/dejaMain.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "js": [
                "common\/dejaClick.js",
                "common\/dejaConstants.js",
                "common\/dejaLogger.js",
                "common\/dejaSearch.js",
                "common\/dejaVariable.js",
                "common\/dejaEventRegistration.js",
                "contentScript\/dejaPageObserverService.js",
                "contentScript\/dejaChallengeQuestion.js",
                "contentScript\/dejaShadowDOM.js",
                "contentScript\/dejaContentScript.js",
                "contentScript\/dejaServiceCS.js",
                "contentScript\/dejaValidation.js"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "match_about_blank": true
        }
    ],
    "homepage_url": "http:\/\/www.dejaclick.com\/",
    "incognito": "spanning",
    "minimum_chrome_version": "23",
    "options_ui": {
        "page": "ui\/content\/dejaOptions.html"
    },
    "permissions": [
        "browsingData",
        "contentSettings",
        "cookies",
        "debugger",
        "downloads",
        "tabs",
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        "proxy",
        ""
    ]
}