Sandals Screen Recorder
tabs
Cos'è Sandals Screen Recorder?
Sandals Screen Recorder è un'estensione di Chrome sviluppata da https://interactive.sandals.com, e la sua funzione principale è "tabs".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Sandals Screen Recorder
Scarica i file di estensione Sandals Screen 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
Recording Screen with audio Grypp Corp allows you to share your screen or a specific application during a Grypp call. You will be able to share with all participants regardless of the browser the participants are using. The service is fully secure and you are always in control of what is shared and when it is shared
Informazioni di Base sull'Estensione
Nome | Sandals Screen Recorder |
ID | nmjgbfpkdjdlddigkkgikdfajdoelimg |
URL Ufficiale | https://chromewebstore.google.com/detail/sandals-screen-recorder/nmjgbfpkdjdlddigkkgikdfajdoelimg |
Descrizione | tabs |
Dimensione del File | 7.59 KB |
Conteggio Installazioni | 351 |
Versione Corrente | 10.1 |
Ultimo Aggiornamento | 2019-04-15 |
Data di Pubblicazione | 2019-04-15 |
Valutazione | 3.50/5 Totale 2 Valutazioni |
Sviluppatore | https://interactive.sandals.com |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sandals Screen Recorder", "author": "Grypp", "version": "10.1", "manifest_version": 2, "minimum_chrome_version": "34", "description": "tabs", "homepage_url": "https:\/\/gryppcorp.com\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "run_at": "document_end", "matches": [ "https:\/\/interactive.sandals.com\/*" ] } ], "icons": { "48": "icon.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |