Fakturabank screen capture extension
Capture full-screen or specific application's screen on fakturabank.no!
Wat is Fakturabank screen capture extension?
Fakturabank screen capture extension is een Chrome-extensie ontwikkeld door https://fakturabank.no, en de belangrijkste functie is "Capture full-screen or specific application's screen on fakturabank.no!".
Extensie Screenshots
Download het CRX-bestand van de extensie Fakturabank screen capture extension
Download Fakturabank screen capture extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
While talking with fakturabank livesupport share your full-screen or specific application.
Basisinformatie over de Extensie
Naam | Fakturabank screen capture extension |
ID | dpcfdlcdiikjlgmniaaemkjjclecbbhm |
Officiële URL | https://chromewebstore.google.com/detail/fakturabank-screen-captur/dpcfdlcdiikjlgmniaaemkjjclecbbhm |
Beschrijving | Capture full-screen or specific application's screen on fakturabank.no! |
Bestandsgrootte | 7.71 KB |
Aantal Installaties | 34 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2023-01-03 |
Publicatiedatum | 2017-01-24 |
Ontwikkelaar | https://fakturabank.no |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.fakturabank.no |
URL van de Privacybeleid Pagina | https://www.fakturabank.no/policy |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fakturabank screen capture extension", "author": "Fakturabank.no", "version": "1.0", "manifest_version": 2, "minimum_chrome_version": "34", "description": "Capture full-screen or specific application's screen on fakturabank.no!", "homepage_url": "https:\/\/fakturabank.no\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "run_at": "document_end", "matches": [ "https:\/\/*.fakturabank.no\/*" ] } ], "icons": { "48": "icon.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |