Fanpage Karma
This extension shows further information about each Facebook page's performance.
Wat is Fanpage Karma?
Fanpage Karma is een Chrome-extensie ontwikkeld door https://fanpagekarma.com, en de belangrijkste functie is "This extension shows further information about each Facebook page's performance.".
Extensie Screenshots
Download het CRX-bestand van de extensie Fanpage Karma
Download Fanpage Karma-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
Quickly access important metrics for Facebook Pages with this extension. Open a Facebook Page (e.g. https://www.facebook.com/FanpageKarma/) and click on the extension icon to get first insights. Basisinformatie over de Extensie
| Naam | |
| ID | aonddenfffjaplkipofnfeaikmkajhmj |
| Officiële URL | https://chromewebstore.google.com/detail/fanpage-karma/aonddenfffjaplkipofnfeaikmkajhmj |
| Beschrijving | This extension shows further information about each Facebook page's performance. |
| Bestandsgrootte | 8.4 KB |
| Aantal Installaties | 2,037 |
| Huidige Versie | 0.1.6 |
| Laatst Bijgewerkt | 2022-01-04 |
| Publicatiedatum | 2019-08-15 |
| Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
| Ontwikkelaar | https://fanpagekarma.com |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://www.fanpagekarma.com |
| Help Pagina-URL | https://www.fanpagekarma.com |
| URL van de Privacybeleid Pagina | https://www.fanpagekarma.com/de/privacy |
| Ondersteunde Talen | de,en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Fanpage Karma",
"description": "__MSG_appDescription__",
"version": "0.1.6",
"icons": {
"128": "images\/icon128.png"
},
"default_locale": "en",
"permissions": [
"tabs"
],
"page_action": {
"default_icon": {
"19": "images\/icon19.png",
"38": "images\/icon38.png"
},
"default_title": "__MSG_appDefaultTitle__",
"default_popup": "popup.html"
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
}
} | |