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!
Was ist Smart Home - To Do List and Bookmarks?
Smart Home - To Do List and Bookmarks ist eine Chrome-Erweiterung, die von https://blogdesire.com entwickelt wurde, und ihr Hauptmerkmal ist "Smart home is the simple solution for your productivity. It brings all your important URL(s) and to do list in one place!".
Erweiterungsscreenshots
Smart Home - To Do List and Bookmarks-Erweiterungs-CRX-Datei herunterladen
Laden Sie Smart Home - To Do List and Bookmarks-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
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!
Grundlegende Informationen zur Erweiterung
Name | Smart Home - To Do List and Bookmarks |
ID | plgcoffddlneakfeocoakgkoihfcanml |
Offizielle URL | https://chromewebstore.google.com/detail/smart-home-to-do-list-and/plgcoffddlneakfeocoakgkoihfcanml |
Beschreibung | Smart home is the simple solution for your productivity. It brings all your important URL(s) and to do list in one place! |
Dateigröße | 112 KB |
Installationsanzahl | 57 |
Aktuelle Version | 1.1 |
Letztes Update | 2021-04-01 |
Veröffentlichungsdatum | 2021-03-31 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | https://blogdesire.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://apps.blogdesire.com/todos/ |
Hilfeseite URL | https://www.blogdesire.com/contact-us/ |
Unterstützte Sprachen | 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" } } |