Social Media Monkeyry Dashboard

Social media dashboard - posting times, suggestions, tips.

Social Media Monkeyry Dashboard란 무엇입니까?

Social Media Monkeyry Dashboard은(는) https://monkeyry.media에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Social media dashboard - posting times, suggestions, tips."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Social Media Monkeyry Dashboard 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/*"
        ]
    }
}