DART

DART Resource Tracker

ما هو DART؟

DART هو إضافة Chrome تم تطويرها بواسطة http://www.addtodart.com، والميزة الرئيسية لها هي "DART Resource Tracker".

لقطات شاشة التمديد

تحميل ملف CRX للإضافة DART

قم بتنزيل ملفات الامتداد DART بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة 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"
    ]
}