Cliquify

...

Cliquify là gì?

Cliquify là một tiện ích mở rộng Chrome được phát triển bởi https://cliquify.me, và tính năng chính của nó là "...".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Cliquify

Tải xuống các tệp mở rộng Cliquify dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Cliquify Cliquify
ID miiifofoponphccppehalcmeogfemibf
URL Chính Thức https://chromewebstore.google.com/detail/cliquify/miiifofoponphccppehalcmeogfemibf
Mô tả ...
Kích Thước Tệp 146 KB
Số Lần Cài Đặt 254
Phiên Bản Hiện Tại 1.0.7
Cập Nhật Lần Cuối 2024-02-03
Ngày Phát Hành 2022-04-04
Nhà Phát Triển https://cliquify.me
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.cliquify.me/
URL Trang Trợ Giúp https://www.cliquify.me/contact-us
URL Trang Chính Sách Bảo Mật https://www.cliquify.me/page/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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\/*"
            ]
        }
    ]
}