Cliquify

...

Cliquifyคืออะไร?

Cliquify เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://cliquify.me และคุณลักษณะหลักของมันคือ "..."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cliquify

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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\/*"
            ]
        }
    ]
}