FriendFunnels
Automation of sending messages to newly added friends on facebook.
Was ist FriendFunnels?
FriendFunnels ist eine Chrome-Erweiterung, die von http://friendfunnels.com entwickelt wurde, und ihr Hauptmerkmal ist "Automation of sending messages to newly added friends on facebook.".
Erweiterungsscreenshots
FriendFunnels-Erweiterungs-CRX-Datei herunterladen
Laden Sie FriendFunnels-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | ibbihembmlhhaaekiidjaielppfhjhoc |
Offizielle URL | https://chrome.google.com/webstore/detail/friendfunnels/ibbihembmlhhaaekiidjaielppfhjhoc |
Beschreibung | Automation of sending messages to newly added friends on facebook. |
Dateigröße | 313 KB |
Installationsanzahl | 240 |
Aktuelle Version | 1.0.8 |
Letztes Update | 2020-09-06 |
Veröffentlichungsdatum | 2020-05-12 |
Bewertung | 4.50/5 Insgesamt 2 Bewertungen |
Entwickler | http://friendfunnels.com |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://www.friendfunnels.com/privacy-policy |
Unterstützte Sprachen | 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\/*" ] } |