Engazo - Content Analyzer, Image Downloader

Create engaging content with the help of AI; Content Analyzer, Image Downloader, analyze images from Instagram, Facebook etc

Engazo - Content Analyzer, Image Downloaderคืออะไร?

Engazo - Content Analyzer, Image Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.engazo.ai และคุณลักษณะหลักของมันคือ "Create engaging content with the help of AI; Content Analyzer, Image Downloader, analyze images from Instagram, Facebook etc"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Engazo - Content Analyzer, Image Downloader

ดาวน์โหลดไฟล์ส่วนขยาย Engazo - Content Analyzer, Image Downloader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Content Analyzer, Image Analyzer, Image Downloader, Image Editor all in one place!

Posts with images produce 650% higher engagement than text-only posts and content with relevant images gets 94% more views and more followers according to studies*.

Not sure which visuals to pick for your social media creatives?

✅  Image Analyzer
Save time; Find the images which are more engaging for the users

✅  Image Downloader
Download any images from any website or Instagram or Facebook or Google Images

✅  Image Editor
Quickly edit & enhance any image and create social media posts

Engazo.ai provides the simple and powerful way for digital marketers, influencers, brands, bloggers to find out stunning images which are really engaging. Our artificial intelligence based system is trained on thousands of images and it can quickly predict engagement score for your image. 

Steps:
- Collect all jpeg/png images on the webpage (currently it doesn't support webp format)
- Click on 'Analyze' and it will return aesthetics driven engagement score for image (% out of 100)
- Click on the score and you will see detailed analysis which shows factors contributing to the score
- Click on 'Download Icon' to save the image
- Click on 'Edit Icon' to edit the image in Engazo Editor

Get in touch:
Instagram: @engazo.ai
Email: [email protected]

*Kissmetrics & Webdam                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Engazo - Content Analyzer, Image Downloader Engazo - Content Analyzer, Image Downloader
ID edbjkojkhelplmdfdncdcmoehfpkpdla
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/engazo-content-analyzer-i/edbjkojkhelplmdfdncdcmoehfpkpdla
คำอธิบาย Create engaging content with the help of AI; Content Analyzer, Image Downloader, analyze images from Instagram, Facebook etc
ขนาดไฟล์ 189 KB
จำนวนการติดตั้ง 513
เวอร์ชันปัจจุบัน 1.4
อัปเดตครั้งล่าสุด 2022-03-19
วันที่เผยแพร่ 2020-02-20
คะแนน 4.00/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา https://www.engazo.ai
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://engazo.ai
URL หน้านโยบายความเป็นส่วนตัว https://engazo.ai/privacy.html
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Engazo - Content Analyzer, Image Downloader",
    "version": "1.4",
    "description": "Create engaging content with the help of AI; Content Analyzer, Image Downloader, analyze images from Instagram, Facebook etc",
    "manifest_version": 2,
    "icons": {
        "64": ".\/assets\/images\/new_ext_icon.ico"
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "identity",
        "identity.email"
    ],
    "background": {
        "scripts": [
            "background.js",
            "runtime.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": ".\/assets\/images\/new_ext_icon.ico",
        "default_title": "Create Engaging Content Faster - Content Analyzer, Image Analyzer, Image Downloader  - Instagram Image Downloader"
    },
    "web_accessible_resources": [
        "index.html"
    ],
    "content_security_policy": "script-src 'self' 'sha256-O57ZgPUwnsPrJ9lnZwm\/YWGr40KWeCaJGge7S32bXI0=' https:\/\/cdn.segment.com\/analytics.js\/v1\/6PTmhjoG8kXUJm6XltvlKtSDvdcHV1FT\/analytics.min.js https:\/\/cdn.mxpnl.com\/libs\/mixpanel-2-latest.min.js ;object-src 'self'"
}