Auto Add Facebook Friends
Automatically add Facebook friends while you sleep so you can increase your reach and authority.
什麼是Auto Add Facebook Friends?
Auto Add Facebook Friends是由http://powerfulsimpleapps.com開發的Chrome擴展程式,該擴展的主要功能是“Automatically add Facebook friends while you sleep so you can increase your reach and authority.”。
擴展截圖
下載Auto Add Facebook Friends擴展crx文件
下載Auto Add Facebook Friends擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Auto Add Facebook Friends Helps You Get More Leads, Clients & Sales on Facebook Without Wasting Money on Ads Within Minutes Add targeted Facebook Friends automatically from relevant Facebook groups. This will grow your connections and increase your reach. After adding your targeted friends from relevant groups in your industry / niche, your next step is to provide value via Facebook posts and strike up conversations on Messenger. Getting new sales and sales opportunities is easy: Step 1: Determine Your Winning Avatar Step 2: Find Out Where They Hang Out Step 3: Run The Extension Step 4: Provide Value / Engage and Convert
擴展基本資訊
名稱 | |
ID | gjnfpahgjealgiehpdkfanecmkfmijbk |
官方網址 | https://chrome.google.com/webstore/detail/auto-add-facebook-friends/gjnfpahgjealgiehpdkfanecmkfmijbk |
簡介 | Automatically add Facebook friends while you sleep so you can increase your reach and authority. |
檔案大小 | 79.98 MB |
安裝次數 | 588 |
目前版本 | 1.0.3 |
更新時間 | 2021-04-11 |
上架時間 | 2021-01-21 |
評分 | 1.00/5 共 2 次評分 |
開發者 | http://powerfulsimpleapps.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.powerfulsimpleapps.com/auto-add-facebook-friends |
隱私政策頁面URL | https://www.powerfulsimpleapps.com/privacy |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Auto Add Facebook Friends", "version": "1.0.3", "description": "Automatically add Facebook friends while you sleep so you can increase your reach and authority.", "short_name": "AAFF", "icons": { "16": "images\/icon16X16.png", "48": "images\/icon48X48.png", "128": "images\/icon128X128.png" }, "browser_action": { "default_title": "Auto Add Facebook Friends" }, "content_scripts": [ { "matches": [ "*:\/\/*.facebook.com\/*", "*:\/\/facebook.com\/*" ], "js": [ "js\/vendor.js", ".\/arrive.js", "js\/contentScriptBundle.js", ".\/jquery.bpopup.min.js" ], "css": [ "assets\/content.inj.css", "assets\/jquery.toast.min.css" ], "run_at": "document_start" } ], "background": { "page": "background.html", "persistent": true }, "permissions": [ "tabs", "*:\/\/*.facebook.com\/*", "*:\/\/facebook.com\/*", "storage", "unlimitedStorage", "notifications" ], "web_accessible_resources": [ "assets\/*", "images\/*", "js\/*" ], "manifest_version": 2 } |