TrueSocialMetrics Sync
Sync TruesocialMetrics data with your spreadsheets
TrueSocialMetrics Sync क्या है?
TrueSocialMetrics Sync https://www.truesocialmetrics.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Sync TruesocialMetrics data with your spreadsheets"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में TrueSocialMetrics Sync एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" } } |