Dandelion
Advertise anything on Facebook and Google with a single click!
Apa itu Dandelion?
Dandelion adalah ekstensi Chrome yang dikembangkan oleh https://www.discoverdandelion.com, dan fitur utamanya adalah "Advertise anything on Facebook and Google with a single click!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Dandelion
Unduh file ekstensi Dandelion dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Dandelion |
ID | oicfjmjhpbnjaihlglkdjleflkgjeelm |
URL Resmi | https://chromewebstore.google.com/detail/dandelion/oicfjmjhpbnjaihlglkdjleflkgjeelm |
Deskripsi | Advertise anything on Facebook and Google with a single click! |
Ukuran File | 722 KB |
Jumlah Instalasi | 15 |
Versi Saat Ini | 1.3.5 |
Terakhir Diperbarui | 2015-03-13 |
Tanggal Publikasi | 2015-03-12 |
Penilaian | 5.00/5 Total 5 Penilaian |
Pengembang | https://www.discoverdandelion.com |
Tipe Pembayaran | free |
Situs Ekstensi | http://www.discoverdandelion.com |
URL Halaman Bantuan | http://www.discoverdandelion.com/customer-care/ |
Bahasa yang Didukung | 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 } |