Socialyz.it

Digital Marketing Tools

Socialyz.it là gì?

Socialyz.it là một tiện ích mở rộng Chrome được phát triển bởi https://digitalmarketingtools.com, và tính năng chính của nó là "Digital Marketing Tools".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Socialyz.it

Tải xuống các tệp mở rộng Socialyz.it dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Socialyz.it Socialyz.it
ID pegifokgkfjelfkojpbonhnaobpljfci
URL Chính Thức https://chromewebstore.google.com/detail/socialyzit/pegifokgkfjelfkojpbonhnaobpljfci
Mô tả Digital Marketing Tools
Kích Thước Tệp 521 KB
Số Lần Cài Đặt 70
Phiên Bản Hiện Tại 0.5.5
Cập Nhật Lần Cuối 2018-03-26
Ngày Phát Hành 2018-03-26
Nhà Phát Triển https://digitalmarketingtools.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}