WebScheduler
Opens a page automatically on time which you scheduled.
Cos'è WebScheduler?
WebScheduler è un'estensione di Chrome sviluppata da https://far.whochan.com, e la sua funzione principale è "Opens a page automatically on time which you scheduled.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione WebScheduler
Scarica i file di estensione WebScheduler 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
This extension opens a page automatically on time which you scheduled. = WebScheduler 3.0 : Manifest Ver 3 v3.0.0 ; Abolished : Sound when open tab. ; Implemented: Desktop notification. v3.0.1 ; Fixed : Can not set minutes. ; Fixed : Convert old data automatically.
Informazioni di Base sull'Estensione
Nome | WebScheduler |
ID | pgaeghafapbilcnhbiimfckclanfohlh |
URL Ufficiale | https://chromewebstore.google.com/detail/webscheduler/pgaeghafapbilcnhbiimfckclanfohlh |
Descrizione | Opens a page automatically on time which you scheduled. |
Dimensione del File | 134 KB |
Conteggio Installazioni | 580 |
Versione Corrente | 3.0 MV3 |
Ultimo Aggiornamento | 2022-03-02 |
Data di Pubblicazione | 2017-12-30 |
Valutazione | 3.91/5 Totale 11 Valutazioni |
Sviluppatore | https://far.whochan.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://far.whochan.com/wlog.cgi/WebScheduler |
URL della Pagina di Aiuto | https://twitter.com/intent/tweet?screen_name=whochan_com&hashtags=WebScheduler |
URL della Pagina della Politica sulla Privacy | http://far.whochan.com/wlog.cgi/Privacy%20Policy |
Lingue Supportate | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "WebScheduler", "version": "3.0.1.92", "version_name": "3.0 MV3", "default_locale": "en", "description": "__MSG_DESCRIPTION__", "homepage_url": "http:\/\/far.whochan.com\/", "content_security_policy": { "script-src": "self", "object-src": "self" }, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "128": "icons\/icon96.png" }, "background": { "service_worker": "background.js" }, "options_ui": { "page": "options.html", "open_in_tab": true }, "action": { "default_popup": "popup.html", "default_title": "WebScheduler", "default_icon": "buttons\/enabled.png" }, "permissions": [ "notifications", "alarms", "tabs", "storage" ] } |