FriendFunnels
Automation of sending messages to newly added friends on facebook.
Τι είναι το FriendFunnels;
Το FriendFunnels είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://friendfunnels.com, και η κύρια λειτουργία του είναι "Automation of sending messages to newly added friends on facebook.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης FriendFunnels
Λήψη αρχείων επέκτασης FriendFunnels σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
FriendFunnels is a chrome Extension that sends the first message automatically when someone accepts your Friend requests on Facebook or you accept Someone's Friend requests, Plus segments the people to the lists you've setup in the chrome extension. Version 1.0.8 updates: - Major bug fixes - Customized Message Sequences - List segmentation on the Basis of Tags - Logout Button is Added
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | ibbihembmlhhaaekiidjaielppfhjhoc |
Επίσημο URL | https://chrome.google.com/webstore/detail/friendfunnels/ibbihembmlhhaaekiidjaielppfhjhoc |
Περιγραφή | Automation of sending messages to newly added friends on facebook. |
Μέγεθος Αρχείου | 313 KB |
Αριθμός Εγκαταστάσεων | 240 |
Τρέχουσα Έκδοση | 1.0.8 |
Τελευταία Ενημέρωση | 2020-09-06 |
Ημερομηνία Δημοσίευσης | 2020-05-12 |
Αξιολόγηση | 4.50/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | http://friendfunnels.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.friendfunnels.com/privacy-policy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FriendFunnels", "version": "1.0.8", "description": "Automation of sending messages to newly added friends on facebook.", "background": { "scripts": [ "bg\/background.js" ] }, "content_security_policy": "script-src 'self' https:\/\/mbasic.facebook.com; object-src 'self'; script-src-elem 'self' *;", "icons": { "128": "icon128-f.png", "48": "icon48-f.png", "16": "icon16-f.png" }, "browser_action": { "default_popup": "popups\/add_message.html" }, "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/mbasic.facebook.com\/*" ], "all_frames": true, "js": [ "content-scripts\/jquery-3.2.1.min.js", "injected-scripts\/content.js" ] } ], "permissions": [ "activeTab", "tabs", "https:\/\/mbasic.facebook.com\/*", "storage", "https:\/\/mbasic.facebook.com\/*" ] } |