Automation for Instagram & LinkedIn

Automate Instagram Comments & LinkedIn Connections to start meaningful conversations, make sales and grow you social networks

Τι είναι το Automation for Instagram & LinkedIn;

Το Automation for Instagram & LinkedIn είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://hypalinked.com, και η κύρια λειτουργία του είναι "Automate Instagram Comments & LinkedIn Connections to start meaningful conversations, make sales and grow you social networks".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Automation for Instagram & LinkedIn

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

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

                        “Hypalinked Gives You Everything You Need To Market, Sell And Grow Your Following Online!”

Start meaningful social conversations with accounts and users within the right location, industry, or niche.

LINKEDIN AUTO INTRODUCTIONS:

Make bespoke introductions to start a professional relationship with people in an industry, job role, or targeted demographic area by automating connections.

Include clickable web links within invitations to connect that redirect a user to rich content or media.

INSTAGRAM AUTO COMMENTS:

Build a comment library and automate posting them on photos and videos that use a specific hashtag.

Find us on all social media or visit our website www.hypalinked.com for updates and operating advice.

We love to talk to our users; message us on Facebook if you need any support with our software.                    

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

Όνομα Automation for Instagram & LinkedIn Automation for Instagram & LinkedIn
ID jgomdfgimamcjnmfjdcofjlofipacjgn
Επίσημο URL https://chromewebstore.google.com/detail/automation-for-instagram/jgomdfgimamcjnmfjdcofjlofipacjgn
Περιγραφή Automate Instagram Comments & LinkedIn Connections to start meaningful conversations, make sales and grow you social networks
Μέγεθος Αρχείου 325 KB
Αριθμός Εγκαταστάσεων 34
Τρέχουσα Έκδοση 3.3
Τελευταία Ενημέρωση 2022-06-29
Ημερομηνία Δημοσίευσης 2022-05-07
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής https://hypalinked.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Ιστότοπος Επέκτασης https://www.hypalinked.com
Διεύθυνση URL της Σελίδας Βοήθειας https://www.hypalinked.com
URL της Σελίδας Πολιτικής Απορρήτου https://hypalinked.com/privacy-policy-1
Υποστηριζόμενες Γλώσσες en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Automation for Instagram & LinkedIn",
    "short_name": "Hypalinked",
    "version": "3.3",
    "manifest_version": 3,
    "description": "Automate Instagram Comments & LinkedIn Connections to start meaningful conversations, make sales and grow you social networks",
    "icons": {
        "16": "assets\/img\/16.png",
        "48": "assets\/img\/48.png",
        "128": "assets\/img\/128.png"
    },
    "action": {
        "default_popup": "assets\/popup.html",
        "default_icon": "assets\/img\/128.png",
        "default_title": "Automation for Instagram & LinkedIn"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "assets\/js\/jquery.min.js",
                "assets\/js\/script.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "js": [
                "assets\/js\/jquery.min.js",
                "assets\/js\/script2.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/app.hypalinked.com\/*"
    ]
}