Social Media Monkeyry Dashboard

Social media dashboard - posting times, suggestions, tips.

Social Media Monkeyry Dashboardคืออะไร?

Social Media Monkeyry Dashboard เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://monkeyry.media และคุณลักษณะหลักของมันคือ "Social media dashboard - posting times, suggestions, tips."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Social Media Monkeyry Dashboard

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

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

                        Features
- Today tab - todays posting times, it will remind you to be active at the right moment 
- Weekly schedule - this weeks posting times
- Cheat sheet - Social media post size chart
- Links to social media tools
- Tips
- Right mouse click context menu

Coming in v 1.3
- Resources tab - templates for social media posts (both static and videos)
- Customisation 

Free to download and use. Extension doesn't track you in any way, security minded social media ninjas should be content (♪ badum tsss... ♫ )

Are you in need of a feature thats not on our to-do list? Poke us at https://twitter.com/monkeyrymedia                    

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

ชื่อ Social Media Monkeyry Dashboard Social Media Monkeyry Dashboard
ID bkdchcbndjchokmjkpelnddnhccpnoei
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/social-media-monkeyry-das/bkdchcbndjchokmjkpelnddnhccpnoei
คำอธิบาย Social media dashboard - posting times, suggestions, tips.
ขนาดไฟล์ 157 KB
จำนวนการติดตั้ง 38
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2018-09-11
วันที่เผยแพร่ 2018-09-11
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://monkeyry.media
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://monkeyry.media/
ภาษาที่รองรับ en,pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appNameShort__",
    "description": "__MSG_appDesc__",
    "version": "1.2",
    "default_locale": "en",
    "author": "Martin Cajzer",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "manifest_version": 2,
    "page_action": {
        "default_title": "__MSG_tooltip__",
        "default_icon": {
            "16": "img\/smm-icon_16.png",
            "32": "img\/smm-icon_32.png",
            "48": "img\/smm-icon_48.png",
            "128": "img\/smm-icon_128.png"
        }
    },
    "content_security_policy": "script-src 'self' https:\/\/monkeyry.media\/; object-src 'self'",
    "icons": {
        "16": "img\/smm-icon_16.png",
        "32": "img\/smm-icon_32.png",
        "48": "img\/smm-icon_48.png",
        "128": "img\/smm-icon_128.png"
    },
    "chrome_url_overrides": {
        "newtab": "dashboard.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "declarativeContent",
        "activeTab",
        "storage",
        "contextMenus",
        "chrome:\/\/favicon\/"
    ],
    "web_accessible_resources": [
        "img\/*.png",
        "script\/background.js"
    ],
    "homepage_url": "https:\/\/monkeyry.media",
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/monkeyry.media\/*"
        ]
    }
}