AppSorteos - Instagram Giveaways & Insights

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

Cos'è AppSorteos - Instagram Giveaways & Insights?

AppSorteos - Instagram Giveaways & Insights è un'estensione di Chrome sviluppata da https://app-sorteos.com, e la sua funzione principale è "Pick a random winner from the comments of an Instagram or Tiktok post, and get Instagram Insights from a profile.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione AppSorteos - Instagram Giveaways & Insights

Scarica i file di estensione AppSorteos - Instagram Giveaways & Insights in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome AppSorteos - Instagram Giveaways & Insights AppSorteos - Instagram Giveaways & Insights
ID iedifognpinkpfaemlnnniomklocpcnh
URL Ufficiale https://chromewebstore.google.com/detail/appsorteos-instagram-give/iedifognpinkpfaemlnnniomklocpcnh
Descrizione Pick a random winner from the comments of an Instagram or Tiktok post, and get Instagram Insights from a profile.
Dimensione del File 81.13 KB
Conteggio Installazioni 461,843
Versione Corrente 1.1.5
Ultimo Aggiornamento 2023-10-16
Data di Pubblicazione 2020-11-19
Valutazione 2.31/5 Totale 39 Valutazioni
Sviluppatore https://app-sorteos.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://app-sorteos.com
URL della Pagina di Aiuto https://app-sorteos.com/es/soporte
URL della Pagina della Politica sulla Privacy https://app-sorteos.com/privacy-policy
Lingue Supportate 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'"
}