DART

DART Resource Tracker

DART là gì?

DART là một tiện ích mở rộng Chrome được phát triển bởi http://www.addtodart.com, và tính năng chính của nó là "DART Resource Tracker".

Ả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 DART

Tải xuống các tệp mở rộng DART 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

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên DART DART
ID omfllkpgjelhjfdjbenojpfbfdckbokl
URL Chính Thức https://chrome.google.com/webstore/detail/dart/omfllkpgjelhjfdjbenojpfbfdckbokl
Mô tả DART Resource Tracker
Kích Thước Tệp 224 KB
Số Lần Cài Đặt 58
Phiên Bản Hiện Tại 22
Cập Nhật Lần Cuối 2015-07-10
Ngày Phát Hành 2015-07-10
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển http://www.addtodart.com
Loại Thanh Toán free
Trang Web Mở Rộng https://www.addtodart.com
URL Trang Trợ Giúp https://stgllc.freshdesk.com
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ],
            "js": [
                "jquery.min.js",
                "checker.js",
                "script.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "web_accessible_resources": [
        "icon.png"
    ]
}