Socialdraft
A socialmedia calendar
Socialdraftคืออะไร?
Socialdraft เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://socialdraft.com และคุณลักษณะหลักของมันคือ "A socialmedia calendar"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Socialdraft
ดาวน์โหลดไฟล์ส่วนขยาย Socialdraft ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Instantly Schedule and Share posts, links, and photos directly from your browser. Socialdraft is quick and easy calendar for team to manage their social media on Facebook, Instagram, Twitter, LinkedIn, and Pinterest.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | aideefonmnfchccpacmlnalapnphbpoa |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/socialdraft/aideefonmnfchccpacmlnalapnphbpoa |
คำอธิบาย | A socialmedia calendar |
ขนาดไฟล์ | 224 KB |
จำนวนการติดตั้ง | 13 |
เวอร์ชันปัจจุบัน | 1.4 |
อัปเดตครั้งล่าสุด | 2018-01-31 |
วันที่เผยแพร่ | 2018-01-31 |
คะแนน | 5.00/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | http://socialdraft.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://socialdraft.com/pricing |
URL หน้าช่วยเหลือ | http://support.socialdraft.com |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Socialdraft", "version": "1.4", "manifest_version": 2, "description": "A socialmedia calendar", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "browser_action": { "default_icon": "images\/icon-16.png" }, "background": { "scripts": [ "scripts\/jquery-3.2.1.min.js", "scripts\/background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/", "https:\/\/*\/*" ], "js": [ "scripts\/jquery-3.2.1.min.js", "scripts\/content.js" ], "all_frames": true } ], "permissions": [ "tabs", "notifications", "http:\/\/*\/*", "https:\/\/*\/*", "tabs" ], "content_security_policy": "script-src 'self' https:\/\/app.socialdraft.com; object-src 'self' https:\/\/app.socialdraft.com", "web_accessible_resources": [ "iframe.html", "scripts\/jquery-3.2.1.min.js", "scripts\/iframe.js" ] } |