ChromiCode

Create Chrome Extensions quickly and easily with ChromiCode

Was ist ChromiCode?

ChromiCode ist eine Chrome-Erweiterung, die von http://chromicode.com entwickelt wurde, und ihr Hauptmerkmal ist "Create Chrome Extensions quickly and easily with ChromiCode".

Erweiterungsscreenshots

screenshot

ChromiCode-Erweiterungs-CRX-Datei herunterladen

Laden Sie ChromiCode-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name ChromiCode ChromiCode
ID lpcfokncolfoopmjafbeflcimbpkdhlc
Offizielle URL https://chrome.google.com/webstore/detail/chromicode/lpcfokncolfoopmjafbeflcimbpkdhlc
Beschreibung Create Chrome Extensions quickly and easily with ChromiCode
Dateigröße 1.03 MB
Installationsanzahl 273
Aktuelle Version 0.2
Letztes Update 2018-02-06
Veröffentlichungsdatum 2018-02-06
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler http://chromicode.com
E-Mail [email protected]
Zahlungsart in_app
Erweiterungswebsite http://chromicode.com
Hilfeseite URL https://www.facebook.com/groups/chromicode/
URL der Datenschutzrichtlinien-Seite https://crowley.link/legal
Unterstützte Sprachen 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"
}