Fakturabank screen capture extension
Capture full-screen or specific application's screen on fakturabank.no!
什么是Fakturabank screen capture extension?
Fakturabank screen capture extension是由https://fakturabank.no开发的Chrome扩展程序,该扩展的主要功能是“Capture full-screen or specific application's screen on fakturabank.no!”。
扩展截图
下载Fakturabank screen capture extension扩展crx文件
下载Fakturabank screen capture extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
While talking with fakturabank livesupport share your full-screen or specific application.
扩展基本信息
名称 | Fakturabank screen capture extension |
ID | dpcfdlcdiikjlgmniaaemkjjclecbbhm |
官方URL | https://chromewebstore.google.com/detail/fakturabank-screen-captur/dpcfdlcdiikjlgmniaaemkjjclecbbhm |
简介 | Capture full-screen or specific application's screen on fakturabank.no! |
文件大小 | 7.71 KB |
安装次数 | 34 |
当前版本 | 1.0 |
更新时间 | 2023-01-03 |
上架时间 | 2017-01-24 |
开发者 | https://fakturabank.no |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.fakturabank.no |
隐私政策页面URL | https://www.fakturabank.no/policy |
支持的语言 | 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" ] } |