Dandelion
Advertise anything on Facebook and Google with a single click!
Qu'est-ce que Dandelion ?
Dandelion est une extension Chrome développée par https://www.discoverdandelion.com, et sa fonction principale est "Advertise anything on Facebook and Google with a single click!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Dandelion
Téléchargez les fichiers d'extension Dandelion au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Dandelion |
ID | oicfjmjhpbnjaihlglkdjleflkgjeelm |
URL Officiel | https://chromewebstore.google.com/detail/dandelion/oicfjmjhpbnjaihlglkdjleflkgjeelm |
Description | Advertise anything on Facebook and Google with a single click! |
Taille du Fichier | 722 KB |
Nombre d'Installations | 15 |
Version Actuelle | 1.3.5 |
Dernière Mise à Jour | 2015-03-13 |
Date de Publication | 2015-03-12 |
Évaluation | 5.00/5 Total 5 Évaluations |
Développeur | https://www.discoverdandelion.com |
Type de Paiement | free |
Site Web de l'Extension | http://www.discoverdandelion.com |
URL de la Page d'Aide | http://www.discoverdandelion.com/customer-care/ |
Langues Prises en Charge | 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 } |