Friend Machine

Send friend requests to your ideal clients on auto-pilot, followed by a customized message when they accept your request.

Τι είναι το Friend Machine;

Το Friend Machine είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.chelsiekenyon.com, και η κύρια λειτουργία του είναι "Send friend requests to your ideal clients on auto-pilot, followed by a customized message when they accept your request.".

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

screenshot

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

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

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

                        Fill up your friends list on Facebook™ with your ideal clients, while you are doing other things.
 
This extension is fast, and easy to use. Simply go to a group where your ideal clients are hanging out in, and FRIEND MACHINE will send a friend request to specified members. Then when they accept your request, you can also choose to have FRIEND MACHINE send a customized message from you. You can set the message to say hello and start the conversation, or you can invite your new friends to your group, page or send them to your website.

You can customize the type of people you want to send requests to as well, so you are always getting the RIGHT people on your friends list. You can set it up to send only to people you have mutual friends with too.

You can set FRIEND MACHINE to customize different combinations of messages, so you never send the same message twice.

You can also randomize the time between requests so that it sends requests just like a real person would.                    

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

Όνομα Friend Machine Friend Machine
ID mlmaflbcphlgmcmiccbobhmmnlnifmmg
Επίσημο URL https://chromewebstore.google.com/detail/friend-machine/mlmaflbcphlgmcmiccbobhmmnlnifmmg
Περιγραφή Send friend requests to your ideal clients on auto-pilot, followed by a customized message when they accept your request.
Μέγεθος Αρχείου 311 KB
Αριθμός Εγκαταστάσεων 179
Τρέχουσα Έκδοση 1.0.8
Τελευταία Ενημέρωση 2021-06-03
Ημερομηνία Δημοσίευσης 2020-12-13
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής https://www.chelsiekenyon.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.chelsiekenyon.com/socialsoftware
Διεύθυνση URL της Σελίδας Βοήθειας https://www.chelsiekenyon.com
URL της Σελίδας Πολιτικής Απορρήτου https://www.chelsiekenyon.com/pages/privacy-policy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Friend Machine",
    "version": "1.0.8",
    "description": "Send friend requests to your ideal clients on auto-pilot, followed by a customized message when they accept your request.",
    "short_name": "FM",
    "icons": {
        "16": "images\/5fb4dea3a4a7967e5fe8647b-Friend_Machine-1622039649363-small_icon.png",
        "48": "images\/5fb4dea3a4a7967e5fe8647b-Friend_Machine-1622039649438-medium_icon.png",
        "128": "images\/5fb4dea3a4a7967e5fe8647b-Friend_Machine-1622039649488-large_icon.png"
    },
    "browser_action": {
        "default_title": "Friend Machine"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*",
                "*:\/\/facebook.com\/*"
            ],
            "js": [
                "js\/vendor.js",
                ".\/arrive.js",
                "js\/contentScriptBundle.js",
                ".\/jquery.bpopup.min.js"
            ],
            "css": [
                "assets\/content.inj.css",
                "assets\/jquery.toast.min.css"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "permissions": [
        "*:\/\/*.facebook.com\/*",
        "*:\/\/facebook.com\/*",
        "storage",
        "unlimitedStorage",
        "notifications"
    ],
    "web_accessible_resources": [
        "assets\/*",
        "images\/*",
        "js\/*"
    ],
    "manifest_version": 2
}