EntiGram
Extracting entities from instagram posts.
EntiGramคืออะไร?
EntiGram เป็นส่วนขยายของ Chrome ที่พัฒนาโดย zecdev และคุณลักษณะหลักของมันคือ "Extracting entities from instagram posts."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย EntiGram
ดาวน์โหลดไฟล์ส่วนขยาย EntiGram ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
EntiGram: Revolutionizing Instagram Analysis with Entity Extraction Discover a New Dimension in Instagram with EntiGram – the Chrome extension designed for users seeking in-depth and meaningful analysis of Instagram profiles. Perfect for those interested in data analysis and the application of artificial intelligence in social media. Why Choose EntiGram? ✔️Advanced Entity Extraction: We utilize AI technology to identify and categorize key entities such as people, organizations, and places in Instagram posts. ✔️Comprehensive Data Collection: EntiGram allows you to gather detailed information from Instagram posts and location tags directly from profiles. ✔️Intuitive Interface: Designed to be accessible, EntiGram makes Instagram analysis straightforward and efficient, regardless of your technical skill level. ✔️Real-Time Updates: Stay informed about your data collection progress with clear and concise indicators. ✔️Data Download: Export your findings into an organized text file for further analysis or reporting. ---------------------------------------------------------------------------------------------------------------------------------------------- Ideal for Various Applications: ✔️Marketing and Brand Analysis: Understand influential profiles, assess brand presence, and discover location-based trends. ✔️Academic Research: Collect data for studies on social networks, cultural analysis, and more. ✔️Personal Use: Delve deeper into profiles you follow or uncover new interests based on entity extraction results. ---------------------------------------------------------------------------------------------------------------------------------------------- Join the Beta Experience: EntiGram is in its Beta phase, continually growing with new features and enhancements. By joining now, you become an essential part of this journey, helping to shape the future of Instagram analysis.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | EntiGram |
ID | deaajgpdplbdmdbpfldbgocneaficmfk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/entigram/deaajgpdplbdmdbpfldbgocneaficmfk |
คำอธิบาย | Extracting entities from instagram posts. |
ขนาดไฟล์ | 98.39 KB |
จำนวนการติดตั้ง | 44 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2024-01-31 |
วันที่เผยแพร่ | 2024-01-25 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | zecdev |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://entigram.com/privacy_policy.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "EntiGram", "version": "1.2", "description": "Extracting entities from instagram posts.", "permissions": [ "tabs", "storage" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } }, "content_scripts": [ { "matches": [ "https:\/\/www.instagram.com\/*" ], "js": [ "content.js" ] } ], "background": { "service_worker": "background.js" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |