Sphaxx

Free Linkedin Automation Tool

什麼是Sphaxx?

Sphaxx是由Titouan Luciani開發的Chrome擴展程式,該擴展的主要功能是“Free Linkedin Automation Tool”。

擴展截圖

screenshot
screenshot
screenshot

下載Sphaxx擴展crx文件

下載Sphaxx擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Automate your linkedin prospection process securily with high time efficiency. Generate highly qualified leads.
Send auto connect personalized requests and messages.
Test and optimize your campaigns through real-time analytics.
Reach up to 400 prospects per week for 15 minutes of your time.

How does it works ?

1) Connect to your Linkedin account
2) Make a Linkedin search
3) Filter by people (click on the "People" button)
4) Import your prospects through our extension
5) Open the app to see your dashboard and manage your campaigns

This extension set up its own cookies in order to handle the authentication process and communicate between linkedin and the app interface.                    

擴展基本資訊

名稱 Sphaxx Sphaxx
ID bofbclgnenhpggnjificbbidaenmophm
官方網址 https://chromewebstore.google.com/detail/sphaxx/bofbclgnenhpggnjificbbidaenmophm
簡介 Free Linkedin Automation Tool
檔案大小 233 KB
安裝次數 22
目前版本 1.6.7
更新時間 2021-05-27
上架時間 2021-04-22
開發者 Titouan Luciani
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://sphaxx.co/privacy-policy-french
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sphaxx",
    "description": "Free Linkedin Automation Tool",
    "version": "1.6.7",
    "permissions": [
        "storage",
        "cookies",
        "tabs",
        "webNavigation",
        "https:\/\/www.linkedin.com\/*",
        "https:\/\/sphaxx-five.vercel.app\/*",
        "https:\/\/sphaxx-five.vercel.app\/*"
    ],
    "background": {
        "scripts": [
            ".\/bg.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "sphaxx16.png"
    },
    "icons": {
        "16": "sphaxx16.png",
        "32": "32.png",
        "48": "48.png",
        "128": "sphaxx128.png"
    },
    "manifest_version": 2
}