Crowdfire
Crowdfire
Crowdfireคืออะไร?
Crowdfire เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://crowdfireapp.com และคุณลักษณะหลักของมันคือ "Crowdfire"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Crowdfire
ดาวน์โหลดไฟล์ส่วนขยาย Crowdfire ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Post to all your social media accounts profiles at once. Just sign in with your existing accounts and start sharing. KEY FEATURES + Create and share posts from any tab directly from the toolbar icon. + Share posts immediately, schedule for a specific time or choose “Best Time” and Crowdfire will share your post at a time when your followers tend to be most active. + Right click on any web page, image or selected text to easily share specific content.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Crowdfire |
ID | jgnbklefkgedfbpjebhjgibfnobjcbli |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/crowdfire/jgnbklefkgedfbpjebhjgibfnobjcbli |
คำอธิบาย | Crowdfire |
ขนาดไฟล์ | 13.57 MB |
จำนวนการติดตั้ง | 3,404 |
เวอร์ชันปัจจุบัน | 6.5.3 |
อัปเดตครั้งล่าสุด | 2021-09-28 |
วันที่เผยแพร่ | 2020-03-19 |
คะแนน | 3.53/5 รวมทั้งหมด 80 คะแนน |
ผู้พัฒนา | https://crowdfireapp.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://www.crowdfireapp.com/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Crowdfire", "description": "Crowdfire", "version": "6.5.3", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": "images\/icon16.png" }, "background": { "scripts": [ "scripts\/background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_idle", "js": [ "scripts\/init.js" ] }, { "matches": [ "*:\/\/*.twitter.com\/*" ], "exclude_matches": [ "*:\/\/tweetdeck.twitter.com\/*" ], "js": [ "scripts\/content-twitter.js" ], "css": [ "styles\/content-twitter.css" ] } ], "permissions": [ "notifications", "contextMenus" ], "web_accessible_resources": [ "*.png", "*.html", "*.css" ], "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/www.google-analytics.com; object-src 'self';" } |