Cliquify

...

什麼是Cliquify?

Cliquify是由https://cliquify.me開發的Chrome擴展程式,該擴展的主要功能是“...”。

擴展截圖

screenshot

下載Cliquify擴展crx文件

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

擴展使用說明

                        This extension is used to connect your Linkedin account to your Cliquify account.
This extension is used to connect your account.

Cliquify collects stats to analyze and optimize your social presence. At the same time you will gain valuable insights about your content to see what really works.
 
✔ Analyze your data 10x faster
✔ Find insights others will not
✔ See why people engage with your content

To use the extension, please make sure you have logged into your account and Linkedin account on Chrome Browser.                    

擴展基本資訊

名稱 Cliquify Cliquify
ID miiifofoponphccppehalcmeogfemibf
官方網址 https://chromewebstore.google.com/detail/cliquify/miiifofoponphccppehalcmeogfemibf
簡介 ...
檔案大小 146 KB
安裝次數 254
目前版本 1.0.7
更新時間 2024-02-03
上架時間 2022-04-04
開發者 https://cliquify.me
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.cliquify.me/
說明頁面URL https://www.cliquify.me/contact-us
隱私政策頁面URL https://www.cliquify.me/page/privacy-policy
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Cliquify",
    "description": "...",
    "version": "1.0.7",
    "action": {
        "default_popup": "popup.html",
        "default_icon": ".\/assets\/images\/icon-48.png"
    },
    "icons": {
        "128": ".\/assets\/images\/icon-48.png"
    },
    "permissions": [
        "tabs",
        "alarms",
        "cookies",
        "storage",
        "offscreen"
    ],
    "background": {
        "service_worker": "scripts\/server.js"
    },
    "host_permissions": [
        "https:\/\/*.linkedin.com\/*",
        "*:\/\/*.cliquify.me\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": false,
            "js": [
                "assets\/js\/jquery.min.js",
                "assets\/js\/utils.js",
                "scripts\/client.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*.*"
            ],
            "matches": [
                "https:\/\/www.linkedin.com\/*",
                "https:\/\/linkedin.com\/*",
                "http:\/\/linkedin.com\/*",
                "http:\/\/www.linkedin.com\/*"
            ]
        },
        {
            "resources": [
                "scripts\/xhr.js"
            ],
            "matches": [
                "https:\/\/app.cliquify.me\/*"
            ]
        }
    ]
}