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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}