Kineviz GraphXR Report
Screenshot, Export as PPTX or PDF
Wat is Kineviz GraphXR Report?
Kineviz GraphXR Report is een Chrome-extensie ontwikkeld door kineviz.com, en de belangrijkste functie is "Screenshot, Export as PPTX or PDF".
Extensie Screenshots
Download het CRX-bestand van de extensie Kineviz GraphXR Report
Download Kineviz GraphXR Report-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
Ctrl+Shift+S: Auto capture the tab and save as image.
Ctrl+Shift+P: Auto capture tab and goto preview page. Basisinformatie over de Extensie
| Naam | |
| ID | hncjfjedmbenoggbnhfdfikkneehocnd |
| Officiële URL | https://chromewebstore.google.com/detail/kineviz-graphxr-report/hncjfjedmbenoggbnhfdfikkneehocnd |
| Beschrijving | Screenshot, Export as PPTX or PDF |
| Bestandsgrootte | 581 KB |
| Aantal Installaties | 62 |
| Huidige Versie | 1.7.1 |
| Laatst Bijgewerkt | 2020-04-17 |
| Publicatiedatum | 2020-04-14 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | kineviz.com |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://graphxr.kineviz.com |
| Help Pagina-URL | https://graphxr.kineviz.com |
| URL van de Privacybeleid Pagina | http://kineviz.com |
| Ondersteunde Talen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Kineviz GraphXR Report",
"version": "1.7.1",
"description": "Screenshot, Export as PPTX or PDF",
"manifest_version": 2,
"minimum_chrome_version": "68",
"homepage_url": "https:\/\/graphxr.kineviz.com\/",
"background": {
"scripts": [
"scripts\/background.js"
],
"persistent": true
},
"icons": {
"16": "images\/kineviz-128.png",
"22": "images\/kineviz-128.png",
"32": "images\/kineviz-128.png",
"48": "images\/kineviz.png",
"128": "images\/kineviz-128.png"
},
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'; ",
"browser_action": {
"default_icon": "images\/kineviz.png",
"default_title": "Kineviz GraphXR Report",
"default_popup": "popup.html"
},
"commands": {
"save-image": {
"description": "Auto capture the tab and save as image with Ctrl+Shift+S",
"suggested_key": {
"default": "Ctrl+Shift+S",
"mac": "MacCtrl+Shift+S"
}
},
"capture-image": {
"description": "Auto capture tab with Ctrl+Shift+P",
"suggested_key": {
"default": "Ctrl+Shift+P",
"mac": "MacCtrl+Shift+P"
}
}
},
"permissions": [
"tabs",
"http:\/\/*\/",
"https:\/\/*\/",
" | |