Dandelion
Advertise anything on Facebook and Google with a single click!
Dandelionคืออะไร?
Dandelion เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.discoverdandelion.com และคุณลักษณะหลักของมันคือ "Advertise anything on Facebook and Google with a single click!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dandelion
ดาวน์โหลดไฟล์ส่วนขยาย 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 } |