Heyou for Linkedin | Auto-Like on Linkedin

Effortlessly automate LinkedIn engagements while building your personal brand and your company's online presence.

Τι είναι το Heyou for Linkedin | Auto-Like on Linkedin;

Το Heyou for Linkedin | Auto-Like on Linkedin είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://heyou.io, και η κύρια λειτουργία του είναι "Effortlessly automate LinkedIn engagements while building your personal brand and your company's online presence.".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Heyou for Linkedin | Auto-Like on Linkedin

Λήψη αρχείων επέκτασης Heyou for Linkedin | Auto-Like on Linkedin σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Effortlessly automate LinkedIn engagements. Experience a hands-free approach to strengthening connections and building your personal brand and your company’s online presence.

😴💤 Support your company while Zzz… Promote your brand on social media by doing what you do best - focusing on your work, while the extension works in the background, skyrocketing your company’s social performance.

👍 Get marketing off your back & just like their posts: No need to manually like posts anymore. Let the extension do it for you. 

🌟 Boost your own brand image: Engage online without doing a thing to keep your account active. 

Q&A 
Which posts will the extension like on my behalf?
The extension only works on your company’s corporate Linkedin page posts.

Can I turn it off for other pages? 
Only if you’re added as a user to another page by a page admin. 

Will I be able to turn this off?
Of course, you can ask your admin to take you off.

What happens if I leave the company? 
When your email is disconnected from your Linkedin account, your account will no longer be active.                    

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

Όνομα Heyou for Linkedin | Auto-Like on Linkedin Heyou for Linkedin | Auto-Like on Linkedin
ID kmdecpkbfpikmcihneemicicpiblfepm
Επίσημο URL https://chromewebstore.google.com/detail/heyou-for-linkedin-auto-l/kmdecpkbfpikmcihneemicicpiblfepm
Περιγραφή Effortlessly automate LinkedIn engagements while building your personal brand and your company's online presence.
Μέγεθος Αρχείου 80.8 KB
Αριθμός Εγκαταστάσεων 43
Τρέχουσα Έκδοση 1.1.16
Τελευταία Ενημέρωση 2024-03-03
Ημερομηνία Δημοσίευσης 2023-12-28
Αξιολόγηση 5.00/5 Συνολικά 9 Αξιολογήσεις
Προγραμματιστής https://heyou.io
Ηλεκτρονικό ταχυδρομείο alon@heyou.io
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://heyou.io/privacy-policy
Υποστηριζόμενες Γλώσσες de,en,fil,fr,nl,vi,es,it,ru,hi,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Heyou for Linkedin | Auto-Like on Linkedin",
    "version": "1.1.16",
    "manifest_version": 3,
    "default_locale": "en",
    "description": "Effortlessly automate LinkedIn engagements while building your personal brand and your company's online presence.",
    "icons": {
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "scan.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.linkedin.com\/posts\/*"
            ],
            "js": [
                "like.js"
            ],
            "run_at": "document_end"
        }
    ],
    "short_name": "HeYou",
    "homepage_url": "https:\/\/heyou.io",
    "action": {
        "default_icon": "icons\/icon128.png",
        "default_title": "HeYou",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "tabs",
        "cookies",
        "storage",
        "identity",
        "identity.email"
    ],
    "host_permissions": [
        "*:\/\/*.linkedin.com\/*",
        "*:\/\/*.google.com\/*"
    ]
}