Dandelion

Advertise anything on Facebook and Google with a single click!

O que é Dandelion?

Dandelion é uma extensão do Chrome desenvolvida por https://www.discoverdandelion.com, e sua principal característica é "Advertise anything on Facebook and Google with a single click!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Dandelion

Baixe arquivos de extensão Dandelion 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

                        Push/Promote any content to Google or Facebook advertising right from your browser with a single click! 

This universal ad-tech plugin turns listings into native ads that can run on Ad Exchanges like Google or Facebook; Bringing the power of advertising to the individual and helping to create liquidity in the sharing economy.                    

Informações Básicas da Extensão

Nome Dandelion Dandelion
ID oicfjmjhpbnjaihlglkdjleflkgjeelm
URL Oficial https://chromewebstore.google.com/detail/dandelion/oicfjmjhpbnjaihlglkdjleflkgjeelm
Descrição Advertise anything on Facebook and Google with a single click!
Tamanho do Arquivo 722 KB
Contagem de Instalações 15
Versão Atual 1.3.5
Última Atualização 2015-03-13
Data de Publicação 2015-03-12
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor https://www.discoverdandelion.com
Tipo de Pagamento free
Site da Extensão http://www.discoverdandelion.com
URL da Página de Ajuda http://www.discoverdandelion.com/customer-care/
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dandelion",
    "version": "1.3.5",
    "description": "Advertise anything on Facebook and Google with a single click!",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Push page to Dandelion",
        "default_icon": "dandelion-logo-19.png"
    },
    "content_scripts": [
        {
            "css": [
                "style.css"
            ],
            "js": [
                "bower_components\/jquery\/dist\/jquery.js",
                "bower_components\/bootstrap\/dist\/js\/bootstrap.js",
                "dlive.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "frame.html",
        "dandelion-logo-48.png"
    ],
    "icons": {
        "16": "dandelion-logo-16.png",
        "48": "dandelion-logo-48.png",
        "128": "dandelion-logo-128.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "manifest_version": 2
}