GTM Preview Copy Tool
Adds a copy button to each GTM Preview window dataLayer card, for copying data in specific formats.
ما هو GTM Preview Copy Tool؟
GTM Preview Copy Tool هو إضافة Chrome تم تطويرها بواسطة jjbuckley.dev، والميزة الرئيسية لها هي "Adds a copy button to each GTM Preview window dataLayer card, for copying data in specific formats.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة GTM Preview Copy Tool
قم بتنزيل ملفات الامتداد GTM Preview Copy Tool بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Shows a small clipboard icon in the GTM Preview window dataLayer cards when moused-over so that the data can be copied in the following formats: - Text (exactly as shown in the card) - JSON (creates a valid equivalent JSON object) - DL.push (creates an example dataLayer push to output the same data) - Excel (tab delimited so that it can be copied into a 2-column Excel table) Change the copy type by clicking on the Extension icon in the toolbar. Some known issues: - If the Preview Pane loads for a site in an iframe, the clipboard button doesn't appear. - The copy type pop-up window looks ugly as s**t. To Do: - Fix the above issues. - Make the icon become "enabled" when the extension loads successfully, something which is currently indicated by a console log. Github - https://github.com/JibbyJames/GTM-Preview-Copy-Tool
معلومات أساسية عن التمديد
الاسم | GTM Preview Copy Tool |
ID | clelhaioaodkbbhpdpminnjfdccbjpgc |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/gtm-preview-copy-tool/clelhaioaodkbbhpdpminnjfdccbjpgc |
الوصف | Adds a copy button to each GTM Preview window dataLayer card, for copying data in specific formats. |
حجم الملف | 68.01 KB |
عدد التثبيتات | 75 |
النسخة الحالية | 0.1 |
آخر تحديث | 2018-09-04 |
تاريخ النشر | 2018-09-04 |
المطور | jjbuckley.dev |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/JibbyJames/GTM-Preview-Copy-Tool |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GTM Preview Copy Tool", "description": "Adds a copy button to each GTM Preview window dataLayer card, for copying data in specific formats.", "version": "0.1", "version_name": "0.1", "browser_action": { "default_icon": "images\/ic_launcher_72.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage" ], "content_scripts": [ { "matches": [ " |