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!」です。
拡張機能のスクリーンショット
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 |
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 |
ヘルプページの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 } |