Dandelion
Advertise anything on Facebook and Google with a single click!
Dandelion là gì?
Dandelion là một tiện ích mở rộng Chrome được phát triển bởi https://www.discoverdandelion.com, và tính năng chính của nó là "Advertise anything on Facebook and Google with a single click!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Dandelion
Tải xuống các tệp mở rộng Dandelion dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Dandelion |
ID | oicfjmjhpbnjaihlglkdjleflkgjeelm |
URL Chính Thức | https://chromewebstore.google.com/detail/dandelion/oicfjmjhpbnjaihlglkdjleflkgjeelm |
Mô tả | Advertise anything on Facebook and Google with a single click! |
Kích Thước Tệp | 722 KB |
Số Lần Cài Đặt | 15 |
Phiên Bản Hiện Tại | 1.3.5 |
Cập Nhật Lần Cuối | 2015-03-13 |
Ngày Phát Hành | 2015-03-12 |
Đánh Giá | 5.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | https://www.discoverdandelion.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.discoverdandelion.com |
URL Trang Trợ Giúp | http://www.discoverdandelion.com/customer-care/ |
Ngôn Ngữ Được Hỗ Trợ | 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 } |