Instoo Automation

Grow your Business Effectively and Safely Through Social Automation

Τι είναι το Instoo Automation;

Το Instoo Automation είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://instoo.com, και η κύρια λειτουργία του είναι "Grow your Business Effectively and Safely Through Social Automation".

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

Λήψη αρχείου CRX της επέκτασης Instoo Automation

Λήψη αρχείων επέκτασης Instoo Automation σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Instoo interacts with real social users on your behalf, which sends notifications to their phones like advertisements. 

Only users who are interested in your content will interact back with you. This is far more effective than buying fake followers who will not be interested in your products, and it will trigger the promotional algorithms for related users.

Save hundreds of hours per month while Instoo grows your brand automatically for you.

For a limited time, we've partnered with AppSumo to offer lifetime access to Instoo! Check appsumo.com/instoo for details.                    

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

Όνομα Instoo Automation Instoo Automation
ID fpgjplgdljgkmaemfablghboloponphe
Επίσημο URL https://chromewebstore.google.com/detail/instoo-automation/fpgjplgdljgkmaemfablghboloponphe
Περιγραφή Grow your Business Effectively and Safely Through Social Automation
Μέγεθος Αρχείου 808 KB
Αριθμός Εγκαταστάσεων 2,590
Τρέχουσα Έκδοση 16.0.0
Τελευταία Ενημέρωση 2023-06-21
Ημερομηνία Δημοσίευσης 2021-05-03
Αξιολόγηση 4.07/5 Συνολικά 15 Αξιολογήσεις
Προγραμματιστής https://instoo.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://instoo.com/eula.html
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Instoo Automation",
    "description": "Grow your Business Effectively and Safely Through Social Automation",
    "version": "16.0.0",
    "icons": {
        "512": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_security_policy": "script-src 'self';  object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "css": [],
            "js": [
                "jquery-3.5.1.min.js",
                "content.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.tinder.com\/*"
            ],
            "css": [],
            "js": [
                "jquery-3.5.1.min.js",
                "tinder2.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ],
            "css": [],
            "js": [
                "jquery-3.5.1.min.js",
                "content_linkedin.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.pinterest.com\/*",
                "*:\/\/*.pinterest.co.uk\/*",
                "*:\/\/*.pinterest.ca\/*",
                "*:\/\/*.pinterest.it\/*",
                "*:\/\/*.pinterest.ru\/*",
                "*:\/\/*.pinterest.com.au\/*",
                "*:\/\/*.pinterest.fr\/*",
                "*:\/\/*.pinterest.de\/*",
                "*:\/\/*.pinterest.es\/*",
                "*:\/\/*.pinterest.ph\/*",
                "*:\/\/*.pinterest.ch\/*",
                "*:\/\/*.pinterest.com.mx\/*"
            ],
            "css": [],
            "js": [
                "jquery-3.5.1.min.js",
                "pinterest.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.tiktok.com\/*"
            ],
            "css": [],
            "js": [
                "jquery-3.5.1.min.js",
                "tiktok.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "css": [],
            "js": [
                "jquery-3.5.1.min.js",
                "facebook.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.twitter.com\/*"
            ],
            "css": [],
            "js": [
                "jquery-3.5.1.min.js",
                "twitter.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.instoo.com\/bot*"
            ],
            "css": [
                "libs\/bootstrap.min.css",
                "libs\/bootstrap_tags\/bootstrap-tagsinput.css",
                "libs\/font-awesome.min.css",
                "content.css",
                "main.css",
                "core.main.min.css",
                "daygrid.main.min.css",
                "timegrid.main.min.css",
                "introjs.min.css"
            ],
            "js": [
                "jquery-3.5.1.min.js",
                "libs\/bootstrap.min.js",
                "Chart.min.js",
                "libs\/bootstrap_tags\/bootstrap-tagsinput.js",
                "canvasjs.min.js",
                "intro.min.js",
                "core.main.min.js",
                "daygrid.main.min.js",
                "timegrid.main.min.js",
                "interaction.main.min.js",
                "index.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "jquery-3.5.1.min.js",
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "*:\/\/*.instagram.com\/*",
        "storage",
        "downloads",
        "https:\/\/instoo.com\/"
    ]
}