DART

DART Resource Tracker

DART란 무엇입니까?

DART은(는) http://www.addtodart.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "DART Resource Tracker"입니다.

확장 프로그램 스크린샷

DART 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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!                    

확장 프로그램 기본 정보

이름 DART DART
ID omfllkpgjelhjfdjbenojpfbfdckbokl
공식 URL https://chrome.google.com/webstore/detail/dart/omfllkpgjelhjfdjbenojpfbfdckbokl
설명 DART Resource Tracker
파일 크기 224 KB
설치 횟수 58
현재 버전 22
최근 업데이트 2015-07-10
출시 날짜 2015-07-10
평점 5.00/5 총 2 개의 평점
개발자 http://www.addtodart.com
결제 유형 free
확장 프로그램 웹 사이트 https://www.addtodart.com
도움말 페이지 URL https://stgllc.freshdesk.com
지원되는 언어 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"
    ]
}