DART
DART Resource Tracker
Co to jest DART?
DART to rozszerzenie Chrome opracowane przez http://www.addtodart.com, a jego główną funkcją jest „DART Resource Tracker”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia DART
Pobierz pliki rozszerzeń DART w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
D.A.R.T. Chrome, is an extension of the powerful Digital App and Resource Tracker (SaaS) app, used by business owners to track all relevant details of their business purchases. It can also email pertinent information directly to others on your team, and set both Subscription and Custom Reminders, so you never miss a payment! The extension helps ask when you return to a site of a purchase, if you'd like to add it to DART, and then proceeds to open a new Add Resource form, pre-populated with data received from that product creator, if it is in our database. www.AddToDart.com for more details!
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | omfllkpgjelhjfdjbenojpfbfdckbokl |
Oficjalny URL | https://chrome.google.com/webstore/detail/dart/omfllkpgjelhjfdjbenojpfbfdckbokl |
Opis | DART Resource Tracker |
Rozmiar pliku | 224 KB |
Liczba instalacji | 58 |
Aktualna Wersja | 22 |
Ostatnia Aktualizacja | 2015-07-10 |
Data Publikacji | 2015-07-10 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | http://www.addtodart.com |
Typ Płatności | free |
Strona Rozszerzenia | https://www.addtodart.com |
Adres URL Strony Pomocy | https://stgllc.freshdesk.com |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DART", "version": "22", "manifest_version": 2, "description": "DART Resource Tracker", "background": { "scripts": [ "jquery.min.js", "checker.js", "background.js", "underscore.js" ] }, "browser_action": { "default_icon": "logo-arrow.png", "default_title": "DART Resource Tracker" }, "permissions": [ "webRequest", "webRequestBlocking", "contextMenus", "activeTab", "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "webNavigation", "*:\/\/*\/*", "storage", "unlimitedStorage" ], "icons": { "128": "logo-arrow.png" }, "content_scripts": [ { "matches": [ " |