zShare

zShare - The easiest way to share content on social media.

Τι είναι το zShare;

Το zShare είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://zoho.com, και η κύρια λειτουργία του είναι "zShare - The easiest way to share content on social media.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης zShare

Λήψη αρχείων επέκτασης zShare σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        With zShare, you can share great content to social media networks directly from your browser. The extension adds an icon next to the navigation bar through which you can draft, schedule or publish content you visit on the web as per your convenience. You can also select the text and share it using zShare.
 
About Zoho Social:
 
Zoho Social helps your business in building social media presence with real-time monitoring and actionable insights. Increase social media engagement with pre-publishing stats that help you smart-schedule your content; collaborate with your team to make a smarter decision. With Zoho Social, you can;
• Create and publish awesome content
• Listen to what's being said about you and engage with your audience
• Measure, analyze and improve social media performance
• Collaborate with your team on content and reports
 
The Chrome extension requires a Zoho Social account and is included with all plans. For more information about Zoho Social, visit https://www.zoho.com/social/                    

Βασικές Πληροφορίες Επέκτασης

Όνομα zShare zShare
ID ddafdejlekcmnafgnbllcfkebabhabcl
Επίσημο URL https://chromewebstore.google.com/detail/zshare/ddafdejlekcmnafgnbllcfkebabhabcl
Περιγραφή zShare - The easiest way to share content on social media.
Μέγεθος Αρχείου 574 KB
Αριθμός Εγκαταστάσεων 9,775
Τρέχουσα Έκδοση 1.35
Τελευταία Ενημέρωση 2023-09-20
Ημερομηνία Δημοσίευσης 2019-08-23
Αξιολόγηση 4.08/5 Συνολικά 13 Αξιολογήσεις
Προγραμματιστής https://zoho.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.zoho.com/social/socialshare.html
Διεύθυνση URL της Σελίδας Βοήθειας https://forums.zoho.com/zoho-social
URL της Σελίδας Πολιτικής Απορρήτου https://www.zoho.com/privacy.html
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "name": "zShare",
    "version": "1.35",
    "description": "zShare - The easiest way to share content on social media.",
    "icons": {
        "128": "images\/icon128.png",
        "32": "images\/icon32.png",
        "16": "images\/icon16.png"
    },
    "browser_action": {
        "default_icon": "images\/icon32.png"
    },
    "options_ui": {
        "page": "html\/zoptions.html",
        "chrome_style": true,
        "open_in_tab": true
    },
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        "tabs",
        "contextMenus",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery-1.7.1.js",
                "js\/zinit.js",
                "js\/zmouse.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "js\/jquery-1.7.1.js",
            "js\/zsbackground.js"
        ],
        "persistent": true
    },
    "minimum_chrome_version": "32",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "web_accessible_resources": [
        "images\/zshare.png",
        "images\/icon128.png",
        "images\/line-black-48.png",
        "images\/twitter-grey.svg",
        "images\/twitter-blue.svg",
        "images\/twitter-white.svg",
        "images\/line-white-48.png",
        "images\/googleInteg\/blankpage-posts.png",
        "images\/googleInteg\/dropdown.svg",
        "images\/googleInteg\/zsc-facebook.png",
        "images\/googleInteg\/zsc-twitter.png",
        "images\/googleInteg\/zsc-linpage.png",
        "images\/googleInteg\/zsc-instagram.png",
        "images\/googleInteg\/zsc-linkedin.png",
        "images\/googleInteg\/zsc-gmb1.png",
        "images\/googleInteg\/zsc-facebookgroup.png",
        "images\/googleInteg\/twitter-reconnect.png",
        "html\/zShareGoogle.html",
        "html\/tpc.html",
        "css\/font\/z-social.eot",
        "css\/font\/z-social.svg",
        "css\/font\/z-social.ttf",
        "css\/font\/z-social.woff"
    ],
    "incognito": "split"
}