Metricool

This extension allows the user to schedule social posts using Metricool.

Metricoolคืออะไร?

Metricool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://metricool.com และคุณลักษณะหลักของมันคือ "This extension allows the user to schedule social posts using Metricool."

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

screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Metricool ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        The extension of Metricool for Chrome allows the Metricool user to save a lot of time to plan publications for social networks while browsing the internet.

If you find a link or an interesting text, video or post to share just open the extension and choose which social networks you want to share it with. You can also choose the time and day. The publications will be added to your planning calendar and then you can adjust the contents and dates from your Metricool account.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Metricool Metricool
ID ojndmmhmgappgmabkojhkondgimifaac
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/metricool/ojndmmhmgappgmabkojhkondgimifaac
คำอธิบาย This extension allows the user to schedule social posts using Metricool.
ขนาดไฟล์ 17.17 KB
จำนวนการติดตั้ง 7,689
เวอร์ชันปัจจุบัน 1.70
อัปเดตครั้งล่าสุด 2023-03-30
วันที่เผยแพร่ 2020-06-08
คะแนน 4.87/5 รวมทั้งหมด 15 คะแนน
ผู้พัฒนา https://metricool.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://metricool.com
URL หน้าช่วยเหลือ https://metricool.com
ภาษาที่รองรับ en
manifest.json
{
    "name": "Metricool",
    "description": "This extension allows the user to schedule social posts using Metricool.",
    "version": "1.70",
    "homepage_url": "https:\/\/metricool.com",
    "manifest_version": 3,
    "icons": {
        "128": "img\/logo_icon_128.png",
        "16": "img\/logo_icon_small.png",
        "48": "img\/logo_icon_large.png"
    },
    "action": {
        "default_title": "Share with Metricool",
        "default_icon": {
            "128": "img\/logo_icon_128.png",
            "16": "img\/logo_icon_small.png",
            "48": "img\/logo_icon_large.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAn52N2PGIB0vbduPQAQ\/Z6Ry7E5o0le\/JySdtOzQ2mXitrH87XPBpztyK0mF6T5LtlUAGlQAAIKIANh\/ow6NfaSGnWVktLIU1064zPJB+AvIZoCJ9Ebxal8cpZjruEjOVinGJcfzan0h0pCLd2OxHizbNR0kHWXl7YdWcSF8CpcWosHN+tQLN4ll9gvlF9tryh+SLwGeZwXwqomfJRqgfXuRuk4QtIw9cStIHgjQCZNqMgzyQLdySO\/74FfzFK5\/hJVKvo3nVeZW0gfhrLavMY0NQLz0rat+hB7tLWSqvrkTyB8WQm3+niKE6Ij0u9GsgaGFHXrSZ9FfmzMdlVO1iGwIDAQAB",
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*.png",
                "*.css",
                "*.svg"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "commands": {
        "share-with-metricool-action": {
            "suggested_key": {
                "default": "Ctrl+Shift+B",
                "windows": "Ctrl+Shift+B",
                "mac": "Command+Shift+B",
                "chromeos": "Ctrl+Shift+B",
                "linux": "Ctrl+Shift+B"
            },
            "description": "Share with Matricool"
        }
    },
    "permissions": [
        "tabs",
        "activeTab",
        "contextMenus"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}