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.」です。
拡張機能のスクリーンショット
Apica Script Recorder拡張機能のCRXファイルをダウンロード
Apica Script Recorder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        Apica ZebraTester Script Recorder to record the browser sessions                     拡張機能の基本情報
| 名前 |   |  
| 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 | 
| Eメール | [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
        }
    ]
}  |  |