Automation for Instagram & LinkedIn

Automate Instagram Comments & LinkedIn Connections to start meaningful conversations, make sales and grow you social networks

什麼是Automation for Instagram & LinkedIn?

Automation for Instagram & LinkedIn是由https://hypalinked.com開發的Chrome擴展程式,該擴展的主要功能是“Automate Instagram Comments & LinkedIn Connections to start meaningful conversations, make sales and grow you social networks”。

擴展截圖

screenshot
screenshot

下載Automation for Instagram & LinkedIn擴展crx文件

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

擴展使用說明

                        “Hypalinked Gives You Everything You Need To Market, Sell And Grow Your Following Online!”

Start meaningful social conversations with accounts and users within the right location, industry, or niche.

LINKEDIN AUTO INTRODUCTIONS:

Make bespoke introductions to start a professional relationship with people in an industry, job role, or targeted demographic area by automating connections.

Include clickable web links within invitations to connect that redirect a user to rich content or media.

INSTAGRAM AUTO COMMENTS:

Build a comment library and automate posting them on photos and videos that use a specific hashtag.

Find us on all social media or visit our website www.hypalinked.com for updates and operating advice.

We love to talk to our users; message us on Facebook if you need any support with our software.                    

擴展基本資訊

名稱 Automation for Instagram & LinkedIn Automation for Instagram & LinkedIn
ID jgomdfgimamcjnmfjdcofjlofipacjgn
官方網址 https://chromewebstore.google.com/detail/automation-for-instagram/jgomdfgimamcjnmfjdcofjlofipacjgn
簡介 Automate Instagram Comments & LinkedIn Connections to start meaningful conversations, make sales and grow you social networks
檔案大小 325 KB
安裝次數 34
目前版本 3.3
更新時間 2022-06-29
上架時間 2022-05-07
評分 5.00/5 共 1 次評分
開發者 https://hypalinked.com
電子郵箱 [email protected]
付費類型 in_app
擴展官網 https://www.hypalinked.com
說明頁面URL https://www.hypalinked.com
隱私政策頁面URL https://hypalinked.com/privacy-policy-1
支援的語言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Automation for Instagram & LinkedIn",
    "short_name": "Hypalinked",
    "version": "3.3",
    "manifest_version": 3,
    "description": "Automate Instagram Comments & LinkedIn Connections to start meaningful conversations, make sales and grow you social networks",
    "icons": {
        "16": "assets\/img\/16.png",
        "48": "assets\/img\/48.png",
        "128": "assets\/img\/128.png"
    },
    "action": {
        "default_popup": "assets\/popup.html",
        "default_icon": "assets\/img\/128.png",
        "default_title": "Automation for Instagram & LinkedIn"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "assets\/js\/jquery.min.js",
                "assets\/js\/script.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "js": [
                "assets\/js\/jquery.min.js",
                "assets\/js\/script2.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/app.hypalinked.com\/*"
    ]
}