Post Cannon

Post Cannon is an extension to schedule Facebook group posts. You can schedule Facebook group posts and you do NOT need to be an…

Post Cannonคืออะไร?

Post Cannon เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Get GroupLeads และคุณลักษณะหลักของมันคือ "Post Cannon is an extension to schedule Facebook group posts. You can schedule Facebook group posts and you do NOT need to be an…"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Post Cannon is an extension to schedule Facebook group posts. You can schedule Facebook group posts and you do NOT need to be an admin of the group. 

Create custom tags for your posts and color code them so you can organize your posts. Save templates of your posts to use again in the future. View and filter previous posts by group, search by content of posts, upload images to posts, filter by published or unpublished, date, and more. Unlimited groups.

Add a new groups in seconds! Set up for the scheduler is simple and user friendly.                    

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

ชื่อ Post Cannon Post Cannon
ID eignabelgkagbgmobbcdckmjjjnabddn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/post-cannon/eignabelgkagbgmobbcdckmjjjnabddn
คำอธิบาย Post Cannon is an extension to schedule Facebook group posts. You can schedule Facebook group posts and you do NOT need to be an…
ขนาดไฟล์ 10.38 MB
จำนวนการติดตั้ง 143
เวอร์ชันปัจจุบัน 6.5
อัปเดตครั้งล่าสุด 2024-01-26
วันที่เผยแพร่ 2021-08-11
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Get GroupLeads
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://getorganicleads.com/
URL หน้าช่วยเหลือ https://getorganicleads.com/support
URL หน้านโยบายความเป็นส่วนตัว https://getgroupleads.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "action": {
        "default_popup": "index.html",
        "default_title": "Open the popup"
    },
    "background": {
        "service_worker": "serviceworker.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery-3.1.0.min.js",
                "inject-helper\/js\/arrive.js",
                "contentfb.js",
                "contettest.js"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/groups\/*\/requests\/",
                "*:\/\/*.facebook.com\/groups\/*\/member-requests",
                "*:\/\/*.facebook.com\/groups\/*\/admin_activites",
                "*:\/\/*.facebook.com\/*"
            ]
        }
    ],
    "icons": {
        "128": "logo128.png",
        "16": "logo192.png",
        "192": "logo192.png",
        "32": "logo32.png"
    },
    "version": "6.5",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAur6uF4ZSB7QP6FuDeMiwrW3sTBIFY7vMA3lvvCMSKUf5DLLsb4yAj74cbJI5iO6R3aKHWY2mFEWiBeBozhJpte4af\/ZnG4VRLk6DHm13nGumHP8upTAq74ZqCuIjKmxFAHDJp\/bOCVaTkabdsYmq7Y+5DXZZ5QAL36GSoAYkUiDeIU8BPayTGGXt+iYVcxyoupK9dvJnHEUDlROcptpa6xFmn3ZLxM8RXL5dA6bxXj+QYVXnMv05cWMZcvKSSvgQx6oVnDP3N\/4rAw3uqm7x1LEqzcuVc1w3iR2aJCAv4cerUkXvndaAqde8tJqmJ4bn88l0sr9vuD1JITuqcMCcDwIDAQAB",
    "manifest_version": 3,
    "name": "Post Cannon",
    "externally_connectable": {
        "matches": [
            "https:\/\/*.facebook.com\/*"
        ]
    },
    "host_permissions": [
        "*:\/\/*.facebook.com\/*",
        "*:\/\/facebook.com\/*"
    ],
    "permissions": [
        "storage",
        "tabs",
        "scripting",
        "alarms",
        "clipboardRead",
        "clipboardWrite",
        "https:\/\/dashboard.getgroupleads.com\/*"
    ],
    "short_name": "Post Cannon",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "web_accessible_resources": [
        {
            "matches": [
                "",
                "https:\/\/www.messenger.com\/*",
                "https:\/\/www.facebook.com\/*",
                "https:\/\/m.facebook.com\/*",
                "https:\/\/web.facebook.com\/*"
            ],
            "resources": [
                "DashboardOne\/static\/media*"
            ]
        }
    ]
}