AppSorteos - Instagram Giveaways & Insights

Pick a random winner from the comments of an Instagram or Tiktok post, and get Instagram Insights from a profile.

AppSorteos - Instagram Giveaways & Insights란 무엇입니까?

AppSorteos - Instagram Giveaways & Insights은(는) https://app-sorteos.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Pick a random winner from the comments of an Instagram or Tiktok post, and get Instagram Insights from a profile."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

AppSorteos - Instagram Giveaways & Insights 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        AppSorteos is the most intuitive platform to create giveaways and contests on Instagram, Facebook, Twitter, Youtube and Tiktok.

This extension allows you to pick a random winner from Instagram and TikTok comments, and get analytics on what engages your audience and everyone else's, while getting to know your audience better.

- How it works:

When visiting an Instagram profile, an AppSorteos icon will appear at the right of your browser. It is expandable, and presents in-depth analytics of the Instagram profile. 
When you click on an Instagram post you will be able to pick a random winner from the post's comments

- Instagram Insights you will see on Instagram's Influencers Profile:

1. No. of followers
2. Average likes per post
3. Engagement rate
4. Average comments per post
5. Top hashtags used
6. Top content and posts                    

확장 프로그램 기본 정보

이름 AppSorteos - Instagram Giveaways & Insights AppSorteos - Instagram Giveaways & Insights
ID iedifognpinkpfaemlnnniomklocpcnh
공식 URL https://chromewebstore.google.com/detail/appsorteos-instagram-give/iedifognpinkpfaemlnnniomklocpcnh
설명 Pick a random winner from the comments of an Instagram or Tiktok post, and get Instagram Insights from a profile.
파일 크기 81.13 KB
설치 횟수 461,843
현재 버전 1.1.5
최근 업데이트 2023-10-16
출시 날짜 2020-11-19
평점 2.31/5 총 39 개의 평점
개발자 https://app-sorteos.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://app-sorteos.com
도움말 페이지 URL https://app-sorteos.com/es/soporte
개인정보 보호 정책 페이지 URL https://app-sorteos.com/privacy-policy
지원되는 언어 en,es,pt-BR,pt-PT
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_application_title__",
    "description": "__MSG_application_desc__",
    "version": "1.1.5",
    "homepage_url": "https:\/\/app-sorteos.com\/",
    "default_locale": "es",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "cookies",
        "https:\/\/*.app-sorteos.com\/*",
        "https:\/\/*.instagram.com\/*",
        "*:\/\/*.tiktok.com\/*"
    ],
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_title": "AppSorteos",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "js\/vendor\/jquery-lite.min.js",
                "js\/insights.js"
            ],
            "css": [
                "css\/insights.css"
            ],
            "matches": [
                "https:\/\/www.instagram.com\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.app-sorteos.com\/*"
        ]
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}