Ugger

A simple extension thats helps you to choose the best from the inestgram for your self

Uggerคืออะไร?

Ugger เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://ugger.app และคุณลักษณะหลักของมันคือ "A simple extension thats helps you to choose the best from the inestgram for your self"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ugger

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

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

                        Use UggerExplore™ extension for Instagram to get realtime comprehensible analytics of pages. We made it easy to understand with our human exprience & artificial intelligence process, then show you page rating with stars.
When you check pages with UggerExplore™, you can see a lot of KPIs such as engagement rate, average likes and average comments, comment rate and PQS ( Page Quality Score ).
This KPI, which is displayed by stars, indicates the quality of the audience of the desired Instagram page. More stars mean better quality of page. This information is important in designing influencer advertising and marketing campaigns and finally, it helps to reduce the cost of attracting customers.
UggerExplore™ main features:
- Changes in the count of page followers
- Changes in the count of page followings
- Page content engagement rate
- Changes in the average posts likes
- Changes in the average posts comments
- Changes in the count of comments per 100 likes ( Comment Rate )
- Page Quality Score
Our tool calculations are very accurate. We use the last 12 posts as the basis for the calculation and ignore posts with unusual feedback from others. We also detect fake comments and remove them from the calculations. So you can completely rely on the information provided by UggerExplore™.
Join and enjoy...                    

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

ชื่อ Ugger Ugger
ID pfcnmdhecohfgkmmkgleodajmgnnjhjn
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/ugger/pfcnmdhecohfgkmmkgleodajmgnnjhjn
คำอธิบาย A simple extension thats helps you to choose the best from the inestgram for your self
ขนาดไฟล์ 927 KB
จำนวนการติดตั้ง 273
เวอร์ชันปัจจุบัน 0.0.3
อัปเดตครั้งล่าสุด 2021-05-09
วันที่เผยแพร่ 2021-02-28
คะแนน 4.56/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา http://ugger.app
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://ugger.app
URL หน้าช่วยเหลือ https://ugger.app
URL หน้านโยบายความเป็นส่วนตัว https://ugger.app/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "name": "Ugger",
    "version": "0.0.3",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png",
        "512": "icon512.png"
    },
    "browser_action": {
        "default_icon": "icon48.png",
        "default_title": "Ugger|\u0622\u06af\u0631",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "cookies",
        "https:\/\/my.ugger.app\/"
    ],
    "web_accessible_resources": [
        "assets\/font\/Anjoman-Regular.ttf",
        "assets\/font\/Anjoman-Regular.woff",
        "assets\/font\/Anjoman-Regular.woff2",
        "assets\/images\/cancel.png",
        "icon128.png",
        "assets\/images\/comments.png",
        "assets\/images\/infoB.svg",
        "assets\/images\/estar.svg",
        "assets\/images\/follower.png",
        "assets\/images\/following.png",
        "assets\/images\/information.png",
        "assets\/images\/like.png",
        "assets\/images\/likepercomment.png",
        "assets\/images\/logo300.png",
        "assets\/images\/percentage.png",
        "assets\/images\/fa.png",
        "assets\/images\/fixed.png",
        "assets\/images\/engShape.png",
        "assets\/images\/bg-arrow-black.png",
        "assets\/images\/icon512.png",
        "assets\/images\/star.svg",
        "assets\/images\/an-svg.svg",
        "assets\/js\/App.js",
        "assets\/js\/chart\/Chart.min.css"
    ],
    "description": "A simple extension thats helps you to choose the best from the inestgram for your self",
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/www.instagram.com\/*"
            ],
            "js": [
                ".\/assets\/js\/chart\/Chart.min.js",
                ".\/assets\/js\/anime\/anime.min.js",
                "contentScript.js"
            ],
            "css": [
                "main.css",
                ".\/assets\/css\/boxLeft.css",
                ".\/assets\/css\/boxRight.css",
                ".\/assets\/css\/style.css"
            ]
        }
    ]
}