TrueSocialMetrics Sync

Sync TruesocialMetrics data with your spreadsheets

什么是TrueSocialMetrics Sync?

TrueSocialMetrics Sync是由https://www.truesocialmetrics.com开发的Chrome扩展程序,该扩展的主要功能是“Sync TruesocialMetrics data with your spreadsheets”。

扩展截图

screenshot
screenshot

下载TrueSocialMetrics Sync扩展crx文件

下载TrueSocialMetrics Sync扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 TrueSocialMetrics Sync TrueSocialMetrics Sync
ID mgfmodfiijagaiknmbpiejookkpkclfj
官方URL https://chromewebstore.google.com/detail/truesocialmetrics-sync/mgfmodfiijagaiknmbpiejookkpkclfj
简介 Sync TruesocialMetrics data with your spreadsheets
文件大小 176 KB
安装次数 220
当前版本 2.4.1
更新时间 2024-02-14
上架时间 2018-10-09
评分 5.00/5 共1次评分
开发者 https://www.truesocialmetrics.com
电子邮箱 [email protected]
付费类型 free
帮助页面URL https://www.truesocialmetrics.com/university/google-data-studio-reports
隐私政策页面URL https://www.truesocialmetrics.com/privacy?ga=extension
支持的语言 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"
    }
}