Wildfire Concepts
The official chrome extension for WildFire Concepts users
Vad är Wildfire Concepts?
Wildfire Concepts är en Chrome-tillägg utvecklad av https://ijlalahmed.com, och dess huvudfunktion är "The official chrome extension for WildFire Concepts users".
Tilläggsskärmbilder
Ladda ner Wildfire Concepts-förlängningens CRX-fil
Ladda ner Wildfire Concepts-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
For Marketers Wanting Faster, easier and better results. With a desire to live extraordinary. Grundläggande Information om Tillägg
| Namn | |
| ID | hogfmicbbcnfpnhnghdhbdppfojbahgp |
| Officiell webbadress | https://chromewebstore.google.com/detail/wildfire-concepts/hogfmicbbcnfpnhnghdhbdppfojbahgp |
| Beskrivning | The official chrome extension for WildFire Concepts users |
| Filstorlek | 20.25 KB |
| Antal Installationer | 17 |
| Aktuell Version | 2.0 |
| Senast Uppdaterad | 2017-07-18 |
| Publiceringsdatum | 2017-07-18 |
| Utvecklare | https://ijlalahmed.com |
| Betalningssätt | free |
| Tilläggswebbplats | https://wildfireconcepts.com/ |
| Hjälpsida URL | https://wildfireconcepts.com/ |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Wildfire Concepts",
"manifest_version": 2,
"short_name": "wildfireconcepts",
"description": "The official chrome extension for WildFire Concepts users",
"version": "2.0",
"background": {
"persistent": false,
"scripts": [
"OneSignal2.js",
"background.js"
]
},
"browser_action": {
"default_icon": "16px_65-1500297602.png"
},
"icons": {
"128": "128px_65-1500297613.png"
},
"permissions": [
"gcm",
"storage",
"notifications",
"identity"
]
} | |