Equi Organica
Equi Organica App Chrome
Wat is Equi Organica?
Equi Organica is een Chrome-extensie ontwikkeld door https://equiorganica.com, en de belangrijkste functie is "Equi Organica App Chrome".
Extensie Screenshots
Download het CRX-bestand van de extensie Equi Organica
Download Equi Organica-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
AKEL EQUI Organica Chrome Extensao Basisinformatie over de Extensie
| Naam | |
| ID | elehlphpckaicfifecoigcionhpfjepo |
| Officiële URL | https://chromewebstore.google.com/detail/equi-organica/elehlphpckaicfifecoigcionhpfjepo |
| Beschrijving | Equi Organica App Chrome |
| Bestandsgrootte | 5.68 KB |
| Aantal Installaties | 13 |
| Huidige Versie | 2.9.8 |
| Laatst Bijgewerkt | 2016-09-09 |
| Publicatiedatum | 2016-09-09 |
| Beoordeling | 5.00/5 Totaal 11 Beoordelingen |
| Ontwikkelaar | https://equiorganica.com |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | http://equiorganica.com/ |
| Help Pagina-URL | http://equiorganica.com/TV |
| Ondersteunde Talen | pt-BR |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Equi Organica",
"description": "Equi Organica App Chrome",
"manifest_version": 2,
"version": "2.9.8",
"background": {
"persistent": false,
"scripts": [
"background.js"
]
},
"browser_action": {
"default_title": "Programa O Evangelho",
"default_icon": "AKEL_icon.png",
"default_popup": "ExamplePage.html"
},
"permissions": [
"gcm",
"storage",
"notifications",
"identity"
],
"icons": {
"128": "AKEL_icon.png"
}
} | |