Dashify - New Tab Crypto NFT Dashboard
Personalized new tab dashboard with breathtaking photography & 1/1 NFTs, todos, quicklinks, Crypto & NFT widgets
Dashify - New Tab Crypto NFT Dashboard là gì?
Dashify - New Tab Crypto NFT Dashboard là một tiện ích mở rộng Chrome được phát triển bởi Dashify, và tính năng chính của nó là "Personalized new tab dashboard with breathtaking photography & 1/1 NFTs, todos, quicklinks, Crypto & NFT widgets".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Dashify - New Tab Crypto NFT Dashboard
Tải xuống các tệp mở rộng Dashify - New Tab Crypto NFT Dashboard dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Convert your new tab into dashboard with breathtaking backgrounds, todo, bookmarks & more Home page has full view of background image, quicklinks, quick access your favorite widgets, multi-website search options, quote and many more shortcuts without blocking your background view. Custom widget pages with ability to drag and drop configurable widgets. Features : - New breathtaking background images everyday with option to upload personal images - ToDo list with calendar integration - Get new inspirational quote with every tab - Quicklinks are easily manageable, globally accessible bookmarks - Utilities widgets like translator, calculator, - With free account, backup and sync all your settings, widget configurations and data across multiple devices - Shop / Search / Explore on multiple websites with one click ** Permissions Explained** In order for dashify to work, we user following permissions from your chrome browser. "Replace the page you see when opening a new tab" : Permission that allows dashify to replace new tabs with dashboard "Read and Change your bookmark" : Dashify reads your bookmark only for chrome extension top menu bookmark button. Dashify don't change / alter / remove any of your bookmarks. "Detect your physical location" : Dashify uses your city location for weather, event (USA only), movie (USA only) widgets and your country for displaying google trending searches, news, rss fees and many other widgets data related to your country. We understand that some of these permission may be a concern for many. At dashify, we take your security and privacy seriously and we try to be as clear as possible to data we have access to and data we collect. Please check following privacy link for more info and contact us if you have any questions. ** PRIVACY ** http://dashify.me/privacy ** HELP : Find articles explaining some basics stuff to more advanced features of chrome extension http://dashify.me/help ** CONTACT US : To report a issue or for account , privacy, chrome extension etc questions http://dashify.me/contact ** SUGGESTION : New feature requests / suggestions for improvement http://dashify.me/suggestions
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Dashify - New Tab Crypto NFT Dashboard |
ID | jejdbiedgkidmmbbnkekdlfkkklckbdd |
URL Chính Thức | https://chromewebstore.google.com/detail/dashify-new-tab-crypto-nf/jejdbiedgkidmmbbnkekdlfkkklckbdd |
Mô tả | Personalized new tab dashboard with breathtaking photography & 1/1 NFTs, todos, quicklinks, Crypto & NFT widgets |
Kích Thước Tệp | 22.16 MB |
Số Lần Cài Đặt | 1,067 |
Phiên Bản Hiện Tại | 0.0.16 |
Cập Nhật Lần Cuối | 2022-01-29 |
Ngày Phát Hành | 2019-06-03 |
Đánh Giá | 4.11/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | Dashify |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://dashify.me |
URL Trang Chính Sách Bảo Mật | https://dashify.me/privacy |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Dashify - New Tab Crypto NFT Dashboard", "short_name": "Dashify", "version": "0.0.16", "offline_enabled": true, "description": "Personalized new tab dashboard with breathtaking photography & 1\/1 NFTs, todos, quicklinks, Crypto & NFT widgets", "icons": { "16": "assets\/images\/logo16.png", "48": "assets\/images\/logo48.png", "128": "assets\/images\/logo128.png" }, "browser_action": { "default_icon": "assets\/images\/logo48.png", "default_popup": "popup.html" }, "chrome_url_overrides": { "newtab": "index.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/*.firebaseio.com https:\/\/checkout.stripe.com\/checkout.js https:\/\/www.google-analytics.com\/analytics.js https:\/\/www.gstatic.com\/ https:\/\/www.googleapis.com; object-src 'self'", "background": { "scripts": [ "assets\/firebase-app.js", "assets\/firebase-auth.js", "assets\/firebase-database.js", "assets\/firebase-storage.js", "assets\/firebase-messaging.js", "assets\/background.js" ], "persistent": true }, "homepage_url": "https:\/\/www.dashify.me\/", "web_accessible_resources": [ "assets\/*" ], "permissions": [ "background", "storage", "topSites", "unlimitedStorage", "https:\/\/api.dashify.me\/*", "https:\/\/favicongrabber.com\/api\/grab\/*", "https:\/\/api.forismatic.com\/api\/1.0\/*", "https:\/\/translate.googleapis.com\/*", "https:\/\/api.darksky.net\/*", "https:\/\/cloud.iexapis.com\/*", "https:\/\/api.iextrading.com\/1.0\/*", "https:\/\/api.seatgeek.com\/2\/*", "https:\/\/www.cryptocompare.com\/*", "https:\/\/dashifyme09238.ipage.com\/*", "geolocation" ], "optional_permissions": [ "history", "bookmarks" ], "oauth2": { "client_id": "384735976004-0jp1tqvk7l835mviluajd315ntp3s35o.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email", "https:\/\/www.googleapis.com\/auth\/userinfo.profile" ] } } |