ChromiCode
Create Chrome Extensions quickly and easily with ChromiCode
Wat is ChromiCode?
ChromiCode is een Chrome-extensie ontwikkeld door http://chromicode.com, en de belangrijkste functie is "Create Chrome Extensions quickly and easily with ChromiCode".
Extensie Screenshots
Download het CRX-bestand van de extensie ChromiCode
Download ChromiCode-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
Fill In A Few Blanks, Push A Button And Out Pops A Fully Functional Chrome Extension That You Can Sell As Your Own, Monetize with Ads, Capture Leads or Use to Drive Automatic Affiliate Sales. Send Notifications to everyone that installs your Extension on their Chrome Browser.
Basisinformatie over de Extensie
Naam | |
ID | lpcfokncolfoopmjafbeflcimbpkdhlc |
Officiële URL | https://chrome.google.com/webstore/detail/chromicode/lpcfokncolfoopmjafbeflcimbpkdhlc |
Beschrijving | Create Chrome Extensions quickly and easily with ChromiCode |
Bestandsgrootte | 1.03 MB |
Aantal Installaties | 273 |
Huidige Versie | 0.2 |
Laatst Bijgewerkt | 2018-02-06 |
Publicatiedatum | 2018-02-06 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | http://chromicode.com |
[email protected] | |
Betalingswijze | in_app |
Extensiewebsite | http://chromicode.com |
Help Pagina-URL | https://www.facebook.com/groups/chromicode/ |
URL van de Privacybeleid Pagina | https://crowley.link/legal |
Ondersteunde Talen | en |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "OneSignal.js", "background.js" ] }, "browser_action": { "default_icon": "Cc128128.png", "default_popup": "index.html", "default_title": "Create Chrome Extensions quickly and easily with ChromiCode" }, "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'", "description": "Create Chrome Extensions quickly and easily with ChromiCode", "icons": { "128": "Cc128128.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiZiIrIReTrkQiKbz1SjRI0LSSA1y55Uur7GyiOCLKsGdKEV3hg\/3crhI7BEFJJ1m5E0MunlS409pEklaqLT9LnnqFHcwWwdlulIpZMZYtnT7v\/kqYRzwf6nY+Fh4F3hLZv1yJOrEJbvRx\/QtRKET+QCYNIKZMRa4L0H2mWyqvGUzrNpKXG32h+ccVzSLlG4s5RkLNCyYm1h4R8gc6SmmlKAcP2tJVyH4cU2kvrrrqCRk0wOyt2eACNBeRC\/K5B0F6b9ToOtlnq1jIvt6hZLKQWFVoad7W9LpwTBKOGSbLwcJPoZ4pjkqjiJU558zY0X6JlfRNpzXqi5o\/thGyvmXLQIDAQAB", "manifest_version": 2, "name": "ChromiCode", "short_name": "ChromiCode Chrome Extension Creator", "permissions": [ "gcm", "storage", "notifications", "identity" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.2" } |