FriendFunnels
Automation of sending messages to newly added friends on facebook.
FriendFunnelsとは何ですか?
FriendFunnelsはhttp://friendfunnels.comによって開発されたChromeの拡張機能で、その主な機能は「Automation of sending messages to newly added friends on facebook.」です。
拡張機能のスクリーンショット
FriendFunnels拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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\/*" ] } |