Repost & Engagement Rate Calculator for IG

Repost & Engagement Rate Calculator for IG

Τι είναι το Repost & Engagement Rate Calculator for IG;

Το Repost & Engagement Rate Calculator for IG είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://kurato.io, και η κύρια λειτουργία του είναι "Repost & Engagement Rate Calculator for IG".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Repost & Engagement Rate Calculator for IG

Λήψη αρχείων επέκτασης Repost & Engagement Rate Calculator for IG σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Kurato Browser Extension is the best way to share quality content on IG from anywhere on the web. Find out which content worked best on every IG page thanks to our engagement rate calculator. Repost easily any photo or video directly on your own page. 

👀 FIND OUT THE BEST CONTENT FROM ANY IG ACCOUNT

The Kurato extension will also allow you to calculate the engagement rate of any account and its posts on IG. You will know before reposting which posts performed the best on an IG account. Like that, you have more chance to get higher results on your own page. 

💻 REPOST IN SECONDS 

The Kurato extension for Google Chrome can be used on all websites and allows you to share content on IG very easily. No unsightly buttons during your readings on the internet. A simple right click on any image will allow you to repost IG. The added content is automatically synced to your account on desktop and mobile.

⏰ SCHEDULE YOUR POSTS ON IG 

Kurato extension for Chrome also allows you to schedule publications on the Kurato application (app.kurato.io)
The application give you access to more features
Automate sourcing and sharing IG’s most viral content.
Save caption text and hashtags automatically added to featured posts
Freely organize your scheduled publications
Your scheduled posts will be posted automatically even if you are offline.

👮  DATA SECURITY

We do not collect, store or sell any information from our users.

See screenshots for more information.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Repost & Engagement Rate Calculator for IG Repost & Engagement Rate Calculator for IG
ID ekoaldendjbbkehljnmkolbjmomloinj
Επίσημο URL https://chromewebstore.google.com/detail/repost-engagement-rate-ca/ekoaldendjbbkehljnmkolbjmomloinj
Περιγραφή Repost & Engagement Rate Calculator for IG
Μέγεθος Αρχείου 220 KB
Αριθμός Εγκαταστάσεων 514
Τρέχουσα Έκδοση 0.0.6
Τελευταία Ενημέρωση 2023-01-13
Ημερομηνία Δημοσίευσης 2023-01-12
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής https://kurato.io
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://kurato.io/
Διεύθυνση URL της Σελίδας Βοήθειας https://kurato.io/
URL της Σελίδας Πολιτικής Απορρήτου https://www.kurato.io/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Repost & Engagement Rate Calculator for IG",
    "version": "0.0.6",
    "description": "Repost & Engagement Rate Calculator for IG",
    "action": {
        "default_icon": ".\/assets\/icon-512.png",
        "default_popup": ".\/dist\/popup\/index.html"
    },
    "options_ui": {
        "page": ".\/dist\/options\/index.html",
        "open_in_tab": true
    },
    "background": {
        "service_worker": ".\/dist\/background\/main.js",
        "type": "module"
    },
    "icons": {
        "16": ".\/assets\/icon-512.png",
        "48": ".\/assets\/icon-512.png",
        "128": ".\/assets\/icon-512.png"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                ".\/dist\/contentScripts\/index.global.js"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "dist\/contentScripts\/style.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}