Friendomizer

Grow your FB friend list, and your ideal client avatar list automatically.

Τι είναι το Friendomizer;

Το Friendomizer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον gabler777, και η κύρια λειτουργία του είναι "Grow your FB friend list, and your ideal client avatar list automatically.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Friendomizer is an extension that will massively help Business Owners, Entrepreneurs, Online Marketers and anyone else who wants to grow their friend list on Facebook. 

The main advantage is that it allows you to remove the tedious process of trying to connect with people and your ideal clients on Facebook.

Facebook allows you have 5000 friends, and as a business owner, it is essential that you take full advantage of that opportunity. Having more friends and followers allows you to promote your product and services to a larger audience. 

By having a larger audience, you have the opportunity to grow your business organically quicker rather than using paid advertising.

The extension gives you the ability to adhoc send someone or a group of people a friend request. You can also setup up an automated workflow that will automatically run on a daily basis.

This will safe you hours of time, and give you more time to focus on other parts of your business.

The extension also keeps track to who friend requests were sent to, and then allows you to engage with those people who are still deciding if they want to accept your friend request.

Some people will never accept your friend requests, which will basically leave you with the manual task of cancelling the friend requests. Seeing that Facebook allows you to have a 1000 pending sent request, it can become quite tedious when you need to start cancelling these friend request invitations manually.

But don't fear, Friendomizer makes this very easy and can do this automatically.

If you want to scale your Facebook presence quickly, and leverage organic traffic in an automated way, Friendomizer can help you do that easily.                    

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

Όνομα Friendomizer Friendomizer
ID mibnoiichbgjbbhhoglpbgmdonfccicg
Επίσημο URL https://chrome.google.com/webstore/detail/friendomizer/mibnoiichbgjbbhhoglpbgmdonfccicg
Περιγραφή Grow your FB friend list, and your ideal client avatar list automatically.
Μέγεθος Αρχείου 513 KB
Αριθμός Εγκαταστάσεων 146
Τρέχουσα Έκδοση 1.0.9
Τελευταία Ενημέρωση 2020-04-07
Ημερομηνία Δημοσίευσης 2020-04-07
Αξιολόγηση 1.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής gabler777
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.facebook.com/Friendomizer-103710397889968
Διεύθυνση URL της Σελίδας Βοήθειας https://www.facebook.com/groups/811112872733043
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Friendomizer",
    "short_name": "Friendomizer",
    "description": "Grow your FB friend list, and your ideal client avatar list automatically.",
    "version": "1.0.9",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/portal.coolsoftware.net; object-src 'self' https:\/\/portal.coolsoftware.net;",
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "webNavigation",
        "https:\/\/portal.coolsoftware.net\/*"
    ],
    "icons": {
        "16": "icon16.png",
        "40": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_title": "Friendomizer",
        "default_popup": "popup\/popup.html"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "css": [
                "friendomizer.content.main.css"
            ],
            "js": [
                "lib\/jquery-3.1.0.min.js",
                "friendomizer.content.common.js",
                "content.cancelFriendsRequests.js",
                "content.sendFriendRequest.js",
                "content.pendingFriendsStats.js",
                "friendomizer.content.main.js"
            ],
            "matches": [
                "https:\/\/*.facebook.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "background": {
        "scripts": [
            "background.common.js",
            "background.taskManager.js",
            "background.js"
        ]
    },
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true
    }
}