Teamfluence
Teamfluence by Jaxx.ai
Teamfluenceคืออะไร?
Teamfluence เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jaxx Technologies, Inc. และคุณลักษณะหลักของมันคือ "Teamfluence by Jaxx.ai"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Teamfluence
ดาวน์โหลดไฟล์ส่วนขยาย Teamfluence ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Teamfluence™ is the one-stop Social Selling solution for fast growing B2B teams on LinkedIn. Teamfluence chrome extension seamlessly integrates into your daily LinkedIn routines and empowers you and your team with a set of super-tools: - All LinkedIn posts are extended with TeamClip button, which saves selected content into Teamfluence app. Team Clips are your own collections of selected LinkedIn posts, shared among the Teamspace members. - Save people as Teamspace contacts with one click. Enable or disable their feed updates tracking. - Bring visibility to your outreach performance. See fresh stats on your team feed impressions, comments and reactions. Look into your week to week progress and adjust your strategy with comprehensive data visualizations. - Not enough team support? Invite more team members, loop through your team aggregated posts feed in Teamfluence and boost most important posts! Every Teamspace member will get a push notification about your request (no more pleas in WhatsApp groups or Slack channels). - Get updates on boosted posts in seconds. React to posts in the feed, get a feel of collective firepower and get back to your business! Want to know more? Visit https://myteamfluence.com
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Teamfluence |
ID | aklejaaicklpmejgidjjmjpecadhhojd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/teamfluence/aklejaaicklpmejgidjjmjpecadhhojd |
คำอธิบาย | Teamfluence by Jaxx.ai |
ขนาดไฟล์ | 421 KB |
จำนวนการติดตั้ง | 210 |
เวอร์ชันปัจจุบัน | 0.1.35 |
อัปเดตครั้งล่าสุด | 2024-02-28 |
วันที่เผยแพร่ | 2023-12-09 |
คะแนน | 5.00/5 รวมทั้งหมด 9 คะแนน |
ผู้พัฒนา | Jaxx Technologies, Inc. |
อีเมล | [email protected] |
ประเภทการชำระเงิน | in_app |
เว็บไซต์ส่วนขยาย | https://myteamfluence.com |
URL หน้าช่วยเหลือ | https://myteamfluence.com |
URL หน้านโยบายความเป็นส่วนตัว | https://myteamfluence.com/data-privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Teamfluence", "description": "Teamfluence by Jaxx.ai", "version": "0.1.35", "manifest_version": 3, "action": { "default_popup": "app.html", "default_title": "Teamfluence", "default_icon": "favicon.png" }, "host_permissions": [ "https:\/\/www.linkedin.com\/*", "https:\/\/my.teamfluence.app\/*", "https:\/\/api.teamfluence.app\/*" ], "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "content_scripts": [ { "js": [ "app\/immutable\/assets\/content-script-loader.content.ts-86ac04d6-6ac9ea07.js" ], "matches": [ "https:\/\/www.linkedin.com\/*" ], "css": [ "app\/immutable\/assets\/SvelteToast-3de49ab6.css", "app\/immutable\/assets\/content-fbd083f4.css" ] } ], "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "storage", "scripting", "tabs", "alarms", "notifications" ], "externally_connectable": { "matches": [ "https:\/\/my.teamfluence.app\/*" ] }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiTjJjZ0N79e\/TcSoQAxzNpqE5z8zNfGWl8GqvBJEPumTABjkBjiah\/YMHamm3dPqyPkBAfz0y7aQGcXg3uPcaetV19p4TH8ySxg8Bao\/UeCbUaGv1NdxL4NJMnZO+YMtPAQUPmMzNtF7hW2RrGP985V2UuCpTBktwt\/qjthj7RI9sQZ\/jeuRv9QRc9eUCVXl18B0F8ucwyKT8HgmSde+8Pl6n0BNMaLLLcoRT\/EH\/vqeOyf9MH4j+srXxtORiIhPqI\/g8rKHTwquN4xU73qu6AhP80nAN5DzLgzPafVc488jNi3x8iP8oO1tMtU9K2nblu\/\/uox\/xgt2chMTNYF7SQIDAQAB", "web_accessible_resources": [ { "matches": [ "https:\/\/www.linkedin.com\/*" ], "resources": [ "app\/immutable\/chunks\/messaging-a41760fa.js", "app\/immutable\/chunks\/index-b6323e18.js", "app\/immutable\/chunks\/index-e7274cff.js", "app\/immutable\/chunks\/SvelteToast-0122c6d5.js", "app\/immutable\/chunks\/index-7820dee5.js", "app\/immutable\/chunks\/content.ts-86ac04d6.js" ], "use_dynamic_url": true } ] } |