Socialyz.it

Digital Marketing Tools

Socialyz.it란 무엇입니까?

Socialyz.it은(는) https://digitalmarketingtools.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Digital Marketing Tools"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Socialyz.it 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        It’s easy! Click the Socialyz.it Chrome Extensionbutton on any website to add directly to your Twitter, Facebook and LinkedIn updatesor to your customized schedule queue. 
 
You are in charge! Post at the optimal times scheduled over eachday, each week, each month!
 
Increase Your Influence,Authority AND Capture Leads!
 
Post to Multiple Schedule Engines: 
One engine to consistently reinforce your authority and asecond for your CTA promotional content. 
 
Create CTA Content Libraries:
Create Content Libraries of promotional and call-to-actionschedules to emphasize your product or service.
 
Design Engaging Images:
Design your own compelling dynamic images to engage youraudience!
 
Schedule RSS Feeds:
Save time by, scheduling RSS feeds of your content and the topinfluencers in your market!
 
Free Plan to Start, Paid Plans for Higher Volumes.
 
Website: https://socialyz.it/
Email: [email protected]
Twitter: DigitalMktgTool                    

확장 프로그램 기본 정보

이름 Socialyz.it Socialyz.it
ID pegifokgkfjelfkojpbonhnaobpljfci
공식 URL https://chromewebstore.google.com/detail/socialyzit/pegifokgkfjelfkojpbonhnaobpljfci
설명 Digital Marketing Tools
파일 크기 521 KB
설치 횟수 70
현재 버전 0.5.5
최근 업데이트 2018-03-26
출시 날짜 2018-03-26
개발자 https://digitalmarketingtools.com
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Socialyz.it ",
    "short_name": "Socialyz.it ",
    "version": "0.5.5",
    "manifest_version": 2,
    "description": "Digital Marketing Tools",
    "homepage_url": "https:\/\/socialyz.it",
    "externally_connectable": {
        "matches": [
            "https:\/\/socialyz.it\/*"
        ]
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "storage",
        "notifications",
        "clipboardRead",
        "clipboardWrite",
        "tabs",
        ""
    ],
    "web_accessible_resources": [
        "index.html",
        "http:\/\/fonts.googleapis.com\/",
        "https:\/\/*.google-analytics.com\/**\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [],
            "js": [
                "loader.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": "img\/icon16.png"
    },
    "author": "@_elmahdim",
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}