Famelab Community Builder

Generate hundreds of leads, keep ALL of them in the loop and increase your visibility on LinkedIn while saving time!

Τι είναι το Famelab Community Builder;

Το Famelab Community Builder είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον famelab.io, και η κύρια λειτουργία του είναι "Generate hundreds of leads, keep ALL of them in the loop and increase your visibility on LinkedIn while saving time!".

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Famelab Community Builder

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

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

                        After years of experience in sales and marketing, we at Famelab have build a powerful tool for B2B companies on LinkedIn.

We help you
       - Get your personal brand out there, generate 10x more views on 
          your post!
       - Create a valuable network of 1000's of potential customers
       - Easily follow up your leads, it’s all automated!

Add it to your Chrome now!

Never forget to follow up on that one interesting lead again, we have got you covered! Schedule your next message so none of them gets lost in your CRM. Converting new leads into sales leads was never so easy.

Asking your colleagues to like your post belongs to the past, Famelab allows your colleagues to automatically like your post, so your message will have 10 times more views!

Tired of scrolling through your suggested connections? By using filters we connect you with thousands of relevant people in only one click.


Installation

Looking for a visual? Check the slideshow. 

      1. Click on the blue button to add the extension

To easily find your way to the Famelab Portal, pin the extension to your browser like this:

      2. Click the puzzle piece in the top right corner of your browser
      3. Click on the pin behind ‘Famelab Community Builder’ so it turns 
           blue
      4. Now you will always find the Famelab Portal in the top right corner of 
          your browser

Want to know more? Book a demo on our website!                    

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

Όνομα Famelab Community Builder Famelab Community Builder
ID mhnaghjfocjkgoppgigfgkfigdnogglm
Επίσημο URL https://chromewebstore.google.com/detail/famelab-community-builder/mhnaghjfocjkgoppgigfgkfigdnogglm
Περιγραφή Generate hundreds of leads, keep ALL of them in the loop and increase your visibility on LinkedIn while saving time!
Μέγεθος Αρχείου 531 KB
Αριθμός Εγκαταστάσεων 219
Τρέχουσα Έκδοση 6.49
Τελευταία Ενημέρωση 2022-02-03
Ημερομηνία Δημοσίευσης 2020-07-28
Αξιολόγηση 5.00/5 Συνολικά 18 Αξιολογήσεις
Προγραμματιστής famelab.io
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://famelab.io/
Διεύθυνση URL της Σελίδας Βοήθειας https://www.famelab.io/frequently-asked-questions/
URL της Σελίδας Πολιτικής Απορρήτου https://portal.famelab.io/assets/privacy.pdf
Υποστηριζόμενες Γλώσσες en,nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_application_name__",
    "version": "6.49",
    "description": "__MSG_application_description__",
    "manifest_version": 3,
    "permissions": [
        "cookies",
        "alarms",
        "storage",
        "declarativeContent",
        "activeTab"
    ],
    "host_permissions": [
        "*:\/\/linkedin.com\/",
        "*:\/\/*.linkedin.com\/",
        "*:\/\/*.famelab.io\/*"
    ],
    "default_locale": "en",
    "background": {
        "service_worker": "dist\/extension\/background\/background.js"
    },
    "options_page": "dist\/extension\/settings\/index.html",
    "action": {
        "default_popup": "dist\/extension\/pages\/new_index.html",
        "default_icon": "dist\/extension\/images\/128.png"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.secondcompany.nl\/*",
            "*:\/\/*.famelab.io\/*"
        ]
    },
    "icons": {
        "128": "dist\/extension\/images\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.linkedin.com\/*",
                "*:\/\/my.famelab.io\/*"
            ],
            "js": [
                "dist\/injected\/main.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ]
}