DART

DART Resource Tracker

O que é DART?

DART é uma extensão do Chrome desenvolvida por http://www.addtodart.com, e sua principal característica é "DART Resource Tracker".

Capturas de Tela da Extensão

Baixar o arquivo CRX da Extensão DART

Baixe arquivos de extensão DART no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome DART DART
ID omfllkpgjelhjfdjbenojpfbfdckbokl
URL Oficial https://chrome.google.com/webstore/detail/dart/omfllkpgjelhjfdjbenojpfbfdckbokl
Descrição DART Resource Tracker
Tamanho do Arquivo 224 KB
Contagem de Instalações 58
Versão Atual 22
Última Atualização 2015-07-10
Data de Publicação 2015-07-10
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor http://www.addtodart.com
Tipo de Pagamento free
Site da Extensão https://www.addtodart.com
URL da Página de Ajuda https://stgllc.freshdesk.com
Idiomas Suportados 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"
    ]
}