DART

DART Resource Tracker

DART क्या है?

DART http://www.addtodart.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "DART Resource Tracker"।

एक्सटेंशन स्क्रीनशॉट्स

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में DART एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}