Cron Job Generator

Cron job generator

What is Cron Job Generator?

Cron Job Generator is a Chrome extension developed by https://letschilltheapp.com, and its main feature is "Cron job generator".

Extension Screenshots

screenshot

Download Cron Job Generator Extension CRX File

Download Cron Job Generator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Simple Cron Job Generator. This generator simplifies the creation of Cron Jobs                    

Extension Basic Information

Name Cron Job Generator Cron Job Generator
ID ialilpegnnfigbcggpbbdecdgencbfge
Official URL https://chromewebstore.google.com/detail/cron-job-generator/ialilpegnnfigbcggpbbdecdgencbfge
Description Cron job generator
File Size 40.26 KB
Installation Count 1,158
Current Version 1.4.0
Last Updated 2019-09-21
Publish Date 2019-09-21
Rating 2.83/5 Total 6 Ratings
Developer https://letschilltheapp.com
Email [email protected]
Payment Type free
Extension Website http://letschilltheapp.com
Privacy Policy Page URL http://massinflux.com
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cron Job Generator",
    "author": "Cristi C [email protected]",
    "description": "Cron job generator",
    "version": "1.4.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "js\/jquery-1.9.1.min.js",
                "js\/injected.js"
            ],
            "all_frames": false
        }
    ]
}