Fakturabank screen capture extension
Capture full-screen or specific application's screen on fakturabank.no!
Fakturabank screen capture extensionคืออะไร?
Fakturabank screen capture extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://fakturabank.no และคุณลักษณะหลักของมันคือ "Capture full-screen or specific application's screen on fakturabank.no!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fakturabank screen capture extension
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } |