Dandelion

Advertise anything on Facebook and Google with a single click!

ما هو Dandelion؟

Dandelion هو إضافة Chrome تم تطويرها بواسطة https://www.discoverdandelion.com، والميزة الرئيسية لها هي "Advertise anything on Facebook and Google with a single click!".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Dandelion

قم بتنزيل ملفات الامتداد Dandelion بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان URL الرسمي 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
عنوان صفحة المساعدة 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
}