Smart Home - To Do List and Bookmarks
Smart home is the simple solution for your productivity. It brings all your important URL(s) and to do list in one place!
Cos'è Smart Home - To Do List and Bookmarks?
Smart Home - To Do List and Bookmarks è un'estensione di Chrome sviluppata da https://blogdesire.com, e la sua funzione principale è "Smart home is the simple solution for your productivity. It brings all your important URL(s) and to do list in one place!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Smart Home - To Do List and Bookmarks
Scarica i file di estensione Smart Home - To Do List and Bookmarks 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
Smarthome is a quick solution to boost your productivity by keeping your todos and bookmarks on a single page! It allows you to backup your valuable settings, todos, and bookmarks and to sync them across multiple devices!
Informazioni di Base sull'Estensione
Nome | Smart Home - To Do List and Bookmarks |
ID | plgcoffddlneakfeocoakgkoihfcanml |
URL Ufficiale | https://chromewebstore.google.com/detail/smart-home-to-do-list-and/plgcoffddlneakfeocoakgkoihfcanml |
Descrizione | Smart home is the simple solution for your productivity. It brings all your important URL(s) and to do list in one place! |
Dimensione del File | 112 KB |
Conteggio Installazioni | 57 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2021-04-01 |
Data di Pubblicazione | 2021-03-31 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | https://blogdesire.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://apps.blogdesire.com/todos/ |
URL della Pagina di Aiuto | https://www.blogdesire.com/contact-us/ |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Smart Home - To Do List and Bookmarks", "short_name": "Smart Home", "description": "Smart home is the simple solution for your productivity. It brings all your important URL(s) and to do list in one place!", "manifest_version": 2, "permissions": [ "storage", "contextMenus" ], "background": { "scripts": [ "assets\/background.js" ] }, "version": "1.1", "browser_action": { "default_icon": { "256": "assets\/img\/256.png", "128": "assets\/img\/128.png", "48": "assets\/img\/48.png" }, "default_popup": "popup.html", "default_title": "Smart Home" }, "chrome_url_overrides": { "newtab": "popup.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval' object-src 'self'", "homepage_url": "https:\/\/blogdesire.com?track=smart_home", "icons": { "256": "assets\/img\/256.png", "128": "assets\/img\/128.png", "48": "assets\/img\/48.png" } } |