TrueSocialMetrics Sync
Sync TruesocialMetrics data with your spreadsheets
TrueSocialMetrics Sync là gì?
TrueSocialMetrics Sync là một tiện ích mở rộng Chrome được phát triển bởi https://www.truesocialmetrics.com, và tính năng chính của nó là "Sync TruesocialMetrics data with your spreadsheets".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng TrueSocialMetrics Sync
Tải xuống các tệp mở rộng TrueSocialMetrics Sync 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
Export your social media analytics data from TrueSocialMetrics to Google Sheets with one click. You can later use these spreadsheets to create reports in Google Data Studio (our data format is compatible with GDS requirements). MORE DETAILS 30-days Free trial is available for this plugin and TrueSocialMetrics app. After the trial this plugin is available for TrueSocialMetrics paid users for all plans. HAVE ANY QUESTIONS? You can find us here: Email: [email protected] *Some frequent questions:* > Can I use TrueSocialMetrics to analyze my competitors? Yes, True works with ANY accounts even with those you don’t own.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | TrueSocialMetrics Sync |
ID | mgfmodfiijagaiknmbpiejookkpkclfj |
URL Chính Thức | https://chromewebstore.google.com/detail/truesocialmetrics-sync/mgfmodfiijagaiknmbpiejookkpkclfj |
Mô tả | Sync TruesocialMetrics data with your spreadsheets |
Kích Thước Tệp | 176 KB |
Số Lần Cài Đặt | 220 |
Phiên Bản Hiện Tại | 2.4.1 |
Cập Nhật Lần Cuối | 2024-02-14 |
Ngày Phát Hành | 2018-10-09 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://www.truesocialmetrics.com |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://www.truesocialmetrics.com/university/google-data-studio-reports |
URL Trang Chính Sách Bảo Mật | https://www.truesocialmetrics.com/privacy?ga=extension |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/*.google.com; object-src 'self';", "oauth2": { "client_id": "393264643596-gs59li9pguufen4k206id7c7ob6n9fmn.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/spreadsheets" ] }, "version": "2.4.1", "background": { "scripts": [ "js\/jquery-3.2.1.min.js", "js\/background.js", "js\/options.js" ] }, "web_accessible_resources": [ "images\/favicon.png", "images\/loader.gif", "popup.html" ], "name": "TrueSocialMetrics Sync", "description": "Sync TruesocialMetrics data with your spreadsheets", "default_locale": "en", "icons": { "128": "images\/favicon.png" }, "content_scripts": [ { "matches": [ "https:\/\/*\/spreadsheets\/*" ], "js": [ "js\/content-scripts.js" ], "all_frames": true } ], "permissions": [ "tabs", "storage", "identity", "cookies", "https:\/\/accounts.google.com\/" ], "options_page": "options.html", "page_action": { "default_icon": { "19": "images\/favicon.png" }, "default_title": "TrueSocialMetrics Sync" } } |