Dandelion

Advertise anything on Facebook and Google with a single click!

什麼是Dandelion?

Dandelion是由https://www.discoverdandelion.com開發的Chrome擴展程式,該擴展的主要功能是“Advertise anything on Facebook and Google with a single click!”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Dandelion擴展crx文件

下載Dandelion擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Dandelion Dandelion
ID oicfjmjhpbnjaihlglkdjleflkgjeelm
官方網址 https://chromewebstore.google.com/detail/dandelion/oicfjmjhpbnjaihlglkdjleflkgjeelm
簡介 Advertise anything on Facebook and Google with a single click!
檔案大小 722 KB
安裝次數 15
目前版本 1.3.5
更新時間 2015-03-13
上架時間 2015-03-12
評分 5.00/5 共 5 次評分
開發者 https://www.discoverdandelion.com
付費類型 free
擴展官網 http://www.discoverdandelion.com
說明頁面URL http://www.discoverdandelion.com/customer-care/
支援的語言 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
}