Viz Social

Right-click on timestamp of a post on Twitter, Facebook, Instagram, Reddit or YouTube and click on Add to Viz Social.

Viz Social là gì?

Viz Social là một tiện ích mở rộng Chrome được phát triển bởi Dizplai, và tính năng chính của nó là "Right-click on timestamp of a post on Twitter, Facebook, Instagram, Reddit or YouTube and click on Add to Viz Social.".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Viz Social 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

                        The Viz Social chrome extension gives users of Vizrt’s Viz Social product the possibility to manually add individual public social posts from Twitter, Facebook, Instagram, YouTube and Reddit to existing Searches and Buckets (groups of searches) on their own Viz Social installation with no more than 2 clicks – ready for the moderator to review, modify and take to air with Vizrt graphics. . 
 
How does it work?
* Find a Tweet / Post that you want to add to your Viz Social environment
* Right-click on its timestamp
* Find the "Add to Viz Social" item in the menu
* From the submenu select the server + Story + Search where you want the Tweet / Post to end up. 

That's it! Within 1-2 seconds the Tweet / Posts will arrive in the selected Search.
 
Recently used Searches are cached at the top of the submenu of the extension for easy, single-click access. The retrieval of each Tweet / Post is separately confirmed via Chrome notifications. Changes to the Searches and Stories on the Viz Social server are automatically synchronised with the items in the menus of the extension.
 
After installing the extension users can:
* set-up one or more Viz Social servers as targets for the Tweets / Posts retrieved by this extension (mandatory). Please contact Vizrt for details.
* see the status of their tokens and refresh them if necessary (your personal Viz Social account details will never be stored)
* set how many Searches / Buckets will be cached for quick access
* set whether Viz Social or the user him/herself decides which social accounts will be used to retrieve the Tweet's / Post's data
* set which tag will be used to mark Posts retrieved via the Chrome extension
* set the name of new Buckets created by the extension
* set which Stories should be filtered out
* set the notification behaviour
* set the synchronisation behaviour between the extension and the Viz Social server(s)
 
Prerequisites:
* A user account on the Viz Social platform
* At least one Story for the authorized user on the Viz Social platform
* Twitter, Facebook, Instagram, YouTube, Reddit accounts for:
  - finding posts in Chrome on twitter.com, facebook.com, instagram.com, youtube.com and reddit.com
  - fetching posts, so set-up (once) on Viz Social
 
Limits and restrictions:
* Twitter: public Tweets and Tweets readable by the selected Twitter account can be retrieved. Private Tweets cannot be retrieved.
* Facebook: Posts / Comments on public Facebook Pages can be retrieved. Status updates and Posts in Groups / Events cannot be retrieved.
* Instagram: public Instagram Posts can be retrieved. Private Instagram posts cannot be retrieved. 
* YouTube: public YouTube videos can be retrieved. Private YouTube videos cannot be retrieved.
* Reddit: posts containing videos can not be retrieved.                    

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

Tên Viz Social Viz Social
ID khenckcdnhhjjhdldmdlbhkmjedkobnh
URL Chính Thức https://chromewebstore.google.com/detail/viz-social/khenckcdnhhjjhdldmdlbhkmjedkobnh
Mô tả Right-click on timestamp of a post on Twitter, Facebook, Instagram, Reddit or YouTube and click on Add to Viz Social.
Kích Thước Tệp 706 KB
Số Lần Cài Đặt 35
Phiên Bản Hiện Tại 28.1.0
Cập Nhật Lần Cuối 2022-12-09
Ngày Phát Hành 2020-06-11
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Dizplai
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.vizrt.com/products/viz-social
URL Trang Trợ Giúp https://documentation.vizrt.com/broadcast.html
URL Trang Chính Sách Bảo Mật http://www.dizplai.no/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Viz Social",
    "short_name": "Viz Social",
    "description": "Right-click on timestamp of a post on Twitter, Facebook, Instagram, Reddit or YouTube and click on Add to Viz Social.",
    "version": "28.1.0",
    "author": "Dizplai - https:\/\/www.dizplai.com",
    "icons": {
        "16": "img\/x16.png",
        "32": "img\/x32.png",
        "48": "img\/x48.png",
        "128": "img\/x128.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.dizplai.com\/*",
            "https:\/\/*.never.no\/*"
        ]
    },
    "permissions": [
        "alarms",
        "contextMenus",
        "notifications",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.dizplai.com\/",
        "https:\/\/*.never.no\/",
        "https:\/\/*.facebook.com\/",
        "https:\/\/*.fbcdn.net\/",
        "https:\/\/*.instagram.com\/",
        "https:\/\/*.cdninstagram.com\/",
        "https:\/\/*.reddit.com\/",
        "https:\/\/twitter.com\/",
        "https:\/\/*.twimg.com\/",
        "https:\/\/*.youtube.com\/",
        "https:\/\/*.ggpht.com\/"
    ],
    "options_ui": {
        "page": "js\/options\/options.html"
    }
}