Dandelion
Advertise anything on Facebook and Google with a single click!
Hvad er Dandelion?
Dandelion er en Chrome-udvidelse udviklet af https://www.discoverdandelion.com, og dens hovedfunktion er "Advertise anything on Facebook and Google with a single click!".
Udvidelsesskærmbilleder
Download Dandelion-udvidelses-CRX-fil
Download Dandelion-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Dandelion |
ID | oicfjmjhpbnjaihlglkdjleflkgjeelm |
Officiel URL | https://chromewebstore.google.com/detail/dandelion/oicfjmjhpbnjaihlglkdjleflkgjeelm |
Beskrivelse | Advertise anything on Facebook and Google with a single click! |
Filstørrelse | 722 KB |
Antal Installationer | 15 |
Nuværende Version | 1.3.5 |
Senest Opdateret | 2015-03-13 |
Udgivelsesdato | 2015-03-12 |
Bedømmelse | 5.00/5 Samlet 5 Bedømmelser |
Udvikler | https://www.discoverdandelion.com |
Betalingsmetode | free |
Udvidelseswebsted | http://www.discoverdandelion.com |
Hjælpeside-URL | http://www.discoverdandelion.com/customer-care/ |
Understøttede Sprog | 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 } |