Search Ads Volume Tool for ASO
A simple extension from The ASO Project in order to view numeric values for Apple Search Ad keyword volume.
ما هو Search Ads Volume Tool for ASO؟
Search Ads Volume Tool for ASO هو إضافة Chrome تم تطويرها بواسطة https://www.theasoproject.com، والميزة الرئيسية لها هي "A simple extension from The ASO Project in order to view numeric values for Apple Search Ad keyword volume.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Search Ads Volume Tool for ASO
قم بتنزيل ملفات الامتداد Search Ads Volume Tool for ASO بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A simple extension from The ASO Project in order to view numeric values for Apple Search Ad keyword volume. Open the Apple Search Ads dashboard, search for keywords and our extension will add the numeric search volume, voila!
معلومات أساسية عن التمديد
الاسم | |
ID | emaienkonoepeghlpppkjlidnmklkdao |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/search-ads-volume-tool-fo/emaienkonoepeghlpppkjlidnmklkdao |
الوصف | A simple extension from The ASO Project in order to view numeric values for Apple Search Ad keyword volume. |
حجم الملف | 136 KB |
عدد التثبيتات | 702 |
النسخة الحالية | 1.3 |
آخر تحديث | 2019-05-16 |
تاريخ النشر | 2019-05-16 |
تقييم | 3.75/5 مجموع تقييمات 4 |
المطور | https://www.theasoproject.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.theasoproject.com |
عنوان صفحة سياسة الخصوصية | https://www.theasoproject.com/privacy |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "matches": [ "https:\/\/app.searchads.apple.com\/*" ], "css": [ "style.css" ], "js": [ "jq.js", "code.min.js" ] } ], "icons": { "48": "icon-48.png", "16": "icon-16.png", "128": "icon-128.png" }, "manifest_version": 2, "permissions": [ "tabs" ], "name": "Search Ads Volume Tool for ASO", "description": "A simple extension from The ASO Project in order to view numeric values for Apple Search Ad keyword volume.", "version": "1.3" } |