Volley extension
Volley lets you give fast, easy feedback for your website.
ما هو Volley extension؟
Volley extension هو إضافة Chrome تم تطويرها بواسطة https://meetvolley.com، والميزة الرئيسية لها هي "Volley lets you give fast, easy feedback for your website.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Volley extension
قم بتنزيل ملفات الامتداد Volley extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Simply create a project, invite your team and use the chrome extension to start annotating your website. Your notes are sent to an easy-to-use collaborative workspace where your entire team can review and resolve the notes with ease.
معلومات أساسية عن التمديد
الاسم | Volley extension |
ID | gipdjalmbiackhnmpjlpafmiaciejfdf |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/volley-extension/gipdjalmbiackhnmpjlpafmiaciejfdf |
الوصف | Volley lets you give fast, easy feedback for your website. |
حجم الملف | 1.99 MB |
عدد التثبيتات | 2,320 |
النسخة الحالية | 1.1.36 |
آخر تحديث | 2024-02-16 |
تاريخ النشر | 2020-06-16 |
تقييم | 3.91/5 مجموع تقييمات 22 |
المطور | https://meetvolley.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://meetvolley.com/ |
عنوان صفحة سياسة الخصوصية | https://meetvolley.com/privacy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Volley extension", "description": "Volley lets you give fast, easy feedback for your website.", "version": "1.1.36", "permissions": [ "tabs", "activeTab", "tabCapture", "cookies", "storage", "desktopCapture", "*:\/\/*.meetvolley.com\/" ], "web_accessible_resources": [ "static\/**\/*", "mic.html", "mic.js" ], "browser_action": [], "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "content_scripts": [ { "matches": [ " |