Cron Job Generator
Cron job generator
Cos'è Cron Job Generator?
Cron Job Generator è un'estensione di Chrome sviluppata da https://letschilltheapp.com, e la sua funzione principale è "Cron job generator".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Cron Job Generator
Scarica i file di estensione Cron Job Generator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Simple Cron Job Generator. This generator simplifies the creation of Cron Jobs
Informazioni di Base sull'Estensione
Nome | Cron Job Generator |
ID | ialilpegnnfigbcggpbbdecdgencbfge |
URL Ufficiale | https://chromewebstore.google.com/detail/cron-job-generator/ialilpegnnfigbcggpbbdecdgencbfge |
Descrizione | Cron job generator |
Dimensione del File | 40.26 KB |
Conteggio Installazioni | 1,158 |
Versione Corrente | 1.4.0 |
Ultimo Aggiornamento | 2019-09-21 |
Data di Pubblicazione | 2019-09-21 |
Valutazione | 2.83/5 Totale 6 Valutazioni |
Sviluppatore | https://letschilltheapp.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://letschilltheapp.com |
URL della Pagina della Politica sulla Privacy | http://massinflux.com |
Lingue Supportate | 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 } ] } |