MeasureMinds GTM tool

Export GTM versions to csv or to Google Sheets

MeasureMinds GTM toolคืออะไร?

MeasureMinds GTM tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://measuremindsgroup.com และคุณลักษณะหลักของมันคือ "Export GTM versions to csv or to Google Sheets"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MeasureMinds GTM tool

ดาวน์โหลดไฟล์ส่วนขยาย MeasureMinds GTM tool ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Overview
Why did we create this extension? - Unfortunately Google Tag Manager doesn’t allow users to export version history data using an API. This data can include information about authors or dates that the version was created and published. 

But for our clients' reports, we provide version summaries which include this data and therefore decided to automate this process and share the tool with the GTM/GA community. We are planning to add more features so any feedback and suggestions are welcomed.
 
The extension adds two buttons to the GTM versions page. 
Export to csv - exported all versions to .tsv file. We use tab separated format as Status or Name column can contain commas. 
Export to Google Sheets - create new Spreadsheet and copy all versions to this file. Before exporting you should grant permission to access Google Sheets. But the extension will have access only to create new spreadsheets and will have access to already existing documents and tables.

Export logic: before exporting extension select to show all versions and if GTM container has deleted versions the tool checks select deleted versions, so result contains information about deleted versions too.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ MeasureMinds GTM tool MeasureMinds GTM tool
ID gcnigdofomcplomnpbafganhkijklfaf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/measureminds-gtm-tool/gcnigdofomcplomnpbafganhkijklfaf
คำอธิบาย Export GTM versions to csv or to Google Sheets
ขนาดไฟล์ 79.19 KB
จำนวนการติดตั้ง 345
เวอร์ชันปัจจุบัน 1.0.7
อัปเดตครั้งล่าสุด 2022-02-27
วันที่เผยแพร่ 2021-11-02
คะแนน 4.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://measuremindsgroup.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://measuremindsgroup.com/
URL หน้าช่วยเหลือ https://measuremindsgroup.com/
URL หน้านโยบายความเป็นส่วนตัว https://measuremindsgroup.com/chrome-ext-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MeasureMinds GTM tool",
    "description": "Export GTM versions to csv or to Google Sheets",
    "version": "1.0.7",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "scripting",
        "tabs",
        "storage",
        "identity",
        "identity.email"
    ],
    "host_permissions": [
        "https:\/\/tagmanager.google.com\/*",
        "https:\/\/*.google.com\/*",
        "https:\/\/*.gstatic.com\/*",
        "https:\/\/*.googleapis.com\/*",
        "https:\/\/*.sentry.io\/*",
        "https:\/\/*.api.mailchimp.com\/*"
    ],
    "action": {
        "default_icon": {
            "16": "\/images\/mm_gtm16.png",
            "32": "\/images\/mm_gtm32.png",
            "48": "\/images\/mm_gtm48.png",
            "128": "\/images\/mm_gtm128.png"
        }
    },
    "icons": {
        "16": "\/images\/mm_gtm16.png",
        "32": "\/images\/mm_gtm32.png",
        "48": "\/images\/mm_gtm48.png",
        "128": "\/images\/mm_gtm128.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAk\/EYztoQStHXCiJc59W\/guyjfK1kbtoRbNlIGmSbHPvXDJRqHMyKwngrBo0p3Vm8xufaCe39b+jRzQPzFMB307w4STuqR1RW\/XvFm9fbECp7eTcJxq57XVEtZPVGpqDbo9y+LzQzNJUXChf7mH9E9yGm1pwcqpizK0lB9W5Fu8Tuh9OpQ3YITSfSDwG2XWmJ0hK4pZ2Fex498WZx7KE2+JJBgPHD9p61iU6gP1cS0wt3HjVH1nfSNecnSmR8eoYKiIR7DHwCMtcNwMK8vvl4tfnmxP3HJ1zkXoHOpSBh0OLDS5M2cUC0f\/\/7S98in2e7r2zhice27\/qkPvshH5pC7QIDAQAB",
    "oauth2": {
        "client_id": "715976757016-80t4l9hf5fh0titbjl9pj721cfspul55.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile",
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/drive.file"
        ]
    }
}