Apica Script Recorder

ZebraTester dropdown to control recording of browser sessions. May change proxy settings, browser cookies and/or cache.

Apica Script Recorder란 무엇입니까?

Apica Script Recorder은(는) Apica에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "ZebraTester dropdown to control recording of browser sessions. May change proxy settings, browser cookies and/or cache."입니다.

확장 프로그램 스크린샷

screenshot

Apica Script Recorder 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Apica ZebraTester Script Recorder to record the browser sessions                    

확장 프로그램 기본 정보

이름 Apica Script Recorder Apica Script Recorder
ID kljpognhnmnegokmlhoapelcnmllglhp
공식 URL https://chromewebstore.google.com/detail/apica-script-recorder/kljpognhnmnegokmlhoapelcnmllglhp
설명 ZebraTester dropdown to control recording of browser sessions. May change proxy settings, browser cookies and/or cache.
파일 크기 5.74 MB
설치 횟수 136
현재 버전 1.0.8
최근 업데이트 2022-03-03
출시 날짜 2022-03-02
평점 5.00/5 총 1 개의 평점
개발자 Apica
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.apica.io/
도움말 페이지 URL https://www.apica.io/
개인정보 보호 정책 페이지 URL https://www.apica.io/wp-content/uploads/2021/11/Apica-Privacy-Policy.pdf
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "ZebraTester dropdown to control recording of browser sessions. May change proxy settings, browser cookies and\/or cache.",
    "manifest_version": 3,
    "name": "Apica Script Recorder",
    "version": "1.0.8",
    "homepage_url": "http:\/\/www.zebratester.com\/",
    "icons": {
        "48": "static_contents\/PrxRecExt\/PrxRecExt.png",
        "96": "static_contents\/PrxRecExt\/[email protected]",
        "128": "static_contents\/PrxRecExt\/PrxRecExt_128.png"
    },
    "permissions": [
        "tabs",
        "cookies",
        "browsingData",
        "proxy"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "action": {
        "default_icon": {
            "16": "static_contents\/PrxRecExt1_black_16\/PrxRecExt1_black_16.png",
            "32": "static_contents\/PrxRecExt1_black_16\/[email protected]",
            "64": "static_contents\/PrxRecExt1_black_16\/[email protected]"
        },
        "default_title": "Apica Script Recorder",
        "default_popup": "popup\/choose_action.html",
        "theme_icons": [
            {
                "light": "static_contents\/PrxRecExt1_white_16\/PrxRecExt1_white_16.png",
                "dark": "static_contents\/PrxRecExt1_black_16\/PrxRecExt1_black_16.png",
                "size": 16
            },
            {
                "light": "static_contents\/PrxRecExt1_white_16\/[email protected]",
                "dark": "static_contents\/PrxRecExt1_black_16\/[email protected]",
                "size": 32
            },
            {
                "light": "static_contents\/PrxRecExt1_white_16\/[email protected]",
                "dark": "static_contents\/PrxRecExt1_black_16\/[email protected]",
                "size": 64
            }
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "help\/start.html"
            ],
            "use_dynamic_url": true
        }
    ]
}