Dandelion

Advertise anything on Facebook and Google with a single click!

Wat is Dandelion?

Dandelion is een Chrome-extensie ontwikkeld door https://www.discoverdandelion.com, en de belangrijkste functie is "Advertise anything on Facebook and Google with a single click!".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Dandelion

Download Dandelion-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Dandelion Dandelion
ID oicfjmjhpbnjaihlglkdjleflkgjeelm
Officiële URL https://chromewebstore.google.com/detail/dandelion/oicfjmjhpbnjaihlglkdjleflkgjeelm
Beschrijving Advertise anything on Facebook and Google with a single click!
Bestandsgrootte 722 KB
Aantal Installaties 15
Huidige Versie 1.3.5
Laatst Bijgewerkt 2015-03-13
Publicatiedatum 2015-03-12
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar https://www.discoverdandelion.com
Betalingswijze free
Extensiewebsite http://www.discoverdandelion.com
Help Pagina-URL http://www.discoverdandelion.com/customer-care/
Ondersteunde Talen 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
}