Waywire Publisher
Waywire.com Enterprise Publisher
Waywire Publisherคืออะไร?
Waywire Publisher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://enterprise.waywire.com และคุณลักษณะหลักของมันคือ "Waywire.com Enterprise Publisher"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Waywire Publisher
ดาวน์โหลดไฟล์ส่วนขยาย Waywire Publisher ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The Waywire Publisher Chrome Extension is a free service for Waywire Enterprise customers. Waywire's video curation functionality is consolidated into one neat, easy-to-access pop-out window, enabling you to search for videos without leaving the webpage you are visiting. You can add content to your library and quickly retrieve embed codes with just the click of a button.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Waywire Publisher |
ID | jbbhehomlifolnchojcdhojfldjafnpi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/waywire-publisher/jbbhehomlifolnchojcdhojfldjafnpi |
คำอธิบาย | Waywire.com Enterprise Publisher |
ขนาดไฟล์ | 44.01 KB |
จำนวนการติดตั้ง | 13 |
เวอร์ชันปัจจุบัน | 0.1.0.0 |
อัปเดตครั้งล่าสุด | 2016-01-25 |
วันที่เผยแพร่ | 2016-01-25 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | https://enterprise.waywire.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://enterprise.waywire.com |
URL หน้าช่วยเหลือ | http://enterprise.waywire.com/support/ |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Waywire Publisher", "version": "0.1.0.0", "description": "Waywire.com Enterprise Publisher", "icons": { "16": "src\/img\/waywire_logo_symbol_16.png", "48": "src\/img\/waywire_logo_symbol_48.png", "128": "src\/img\/waywire_logo_symbol_128.png" }, "browser_action": { "default_title": "Waywire Publisher", "default_icon": "src\/img\/waywire_logo_symbol_128.png" }, "background": { "scripts": [ "src\/background.js" ] }, "content_scripts": [ { "js": [ "src\/jquery-2.1.4.min.js", "src\/configure.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |