G-Recorder
Google Maps Search Recorder
ما هو G-Recorder؟
G-Recorder هو إضافة Chrome تم تطويرها بواسطة iklimbov، والميزة الرئيسية لها هي "Google Maps Search Recorder".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة G-Recorder
قم بتنزيل ملفات الامتداد G-Recorder بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Google Maps search recorder/scraper. When enabled, search results are downloadable as CVS or can be opened as a table in a new browser tab. Google Maps fields saved: Name, address, location, website, phone, etc. In addition, quick search links are provided for some of the most popular business sites, such as LinkedIn, Indeed, Yelp, Hunter. This small Chrome extension will help to distress workflow of lead database creation and similar research on Google maps.
معلومات أساسية عن التمديد
الاسم | G-Recorder |
ID | oihlifnmcjcopebppcggkaoicelhkcgk |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/g-recorder/oihlifnmcjcopebppcggkaoicelhkcgk |
الوصف | Google Maps Search Recorder |
حجم الملف | 5.13 MB |
عدد التثبيتات | 507 |
النسخة الحالية | 1.005 |
آخر تحديث | 2022-06-04 |
تاريخ النشر | 2020-07-18 |
تقييم | 5.00/5 مجموع تقييمات 4 |
المطور | iklimbov |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "minimum_chrome_version": "29", "version": "1.005", "name": "G-Recorder", "default_locale": "en", "permissions": [ "storage", "webRequest", "downloads", "https:\/\/www.google.com\/maps\/*" ], "background": { "persistent": true, "scripts": [ ".\/assets\/js\/reader.js" ] }, "browser_action": { "default_popup": "popup.html" }, "options_page": "options.html", "content_security_policy": "script-src 'self'; object-src 'self'", "description": "Google Maps Search Recorder", "icons": { "128": "assets\/images\/icon_128.png" } } |