FriendFunnels
Automation of sending messages to newly added friends on facebook.
Co je FriendFunnels?
FriendFunnels je rozšíření Chrome vyvinuté http://friendfunnels.com, a jeho hlavní funkcí je „Automation of sending messages to newly added friends on facebook.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření FriendFunnels
Stáhněte si soubory rozšíření FriendFunnels ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | |
ID | ibbihembmlhhaaekiidjaielppfhjhoc |
Oficiální URL | https://chrome.google.com/webstore/detail/friendfunnels/ibbihembmlhhaaekiidjaielppfhjhoc |
Popis | Automation of sending messages to newly added friends on facebook. |
Velikost souboru | 313 KB |
Počet instalací | 240 |
Aktuální Verze | 1.0.8 |
Poslední Aktualizace | 2020-09-06 |
Datum Vydání | 2020-05-12 |
Hodnocení | 4.50/5 Celkem 2 Hodnocení |
Vývojář | http://friendfunnels.com |
[email protected] | |
Typ Platby | free |
URL Stránky Zásad Ochrany Soukromí | https://www.friendfunnels.com/privacy-policy |
Podporované Jazyky | 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\/*" ] } |