Dandelion

Advertise anything on Facebook and Google with a single click!

Co to jest Dandelion?

Dandelion to rozszerzenie Chrome opracowane przez https://www.discoverdandelion.com, a jego główną funkcją jest „Advertise anything on Facebook and Google with a single click!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Dandelion

Pobierz pliki rozszerzeń Dandelion w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Dandelion Dandelion
ID oicfjmjhpbnjaihlglkdjleflkgjeelm
Oficjalny URL https://chromewebstore.google.com/detail/dandelion/oicfjmjhpbnjaihlglkdjleflkgjeelm
Opis Advertise anything on Facebook and Google with a single click!
Rozmiar pliku 722 KB
Liczba instalacji 15
Aktualna Wersja 1.3.5
Ostatnia Aktualizacja 2015-03-13
Data Publikacji 2015-03-12
Ocena 5.00/5 Łącznie 5 Oceny
Deweloper https://www.discoverdandelion.com
Typ Płatności free
Strona Rozszerzenia http://www.discoverdandelion.com
Adres URL Strony Pomocy http://www.discoverdandelion.com/customer-care/
Obsługiwane Języki 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
}