Apica Script Recorder
ZebraTester dropdown to control recording of browser sessions. May change proxy settings, browser cookies and/or cache.
Cos'è Apica Script Recorder?
Apica Script Recorder è un'estensione di Chrome sviluppata da Apica, e la sua funzione principale è "ZebraTester dropdown to control recording of browser sessions. May change proxy settings, browser cookies and/or cache.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Apica Script Recorder
Scarica i file di estensione Apica Script Recorder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Apica ZebraTester Script Recorder to record the browser sessions
Informazioni di Base sull'Estensione
Nome | Apica Script Recorder |
ID | kljpognhnmnegokmlhoapelcnmllglhp |
URL Ufficiale | https://chromewebstore.google.com/detail/apica-script-recorder/kljpognhnmnegokmlhoapelcnmllglhp |
Descrizione | ZebraTester dropdown to control recording of browser sessions. May change proxy settings, browser cookies and/or cache. |
Dimensione del File | 5.74 MB |
Conteggio Installazioni | 136 |
Versione Corrente | 1.0.8 |
Ultimo Aggiornamento | 2022-03-03 |
Data di Pubblicazione | 2022-03-02 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Apica |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.apica.io/ |
URL della Pagina di Aiuto | https://www.apica.io/ |
URL della Pagina della Politica sulla Privacy | https://www.apica.io/wp-content/uploads/2021/11/Apica-Privacy-Policy.pdf |
Lingue Supportate | 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 } ] } |