FriendFunnels
Automation of sending messages to newly added friends on facebook.
FriendFunnels क्या है?
FriendFunnels http://friendfunnels.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automation of sending messages to newly added friends on facebook."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में FriendFunnels एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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\/*" ] } |