ChedotWrap
CHEDOTWRAP is a micro social network above every web page for the Arabic speaking audience. You may review, rank, chat about or…
ChedotWrap란 무엇입니까?
ChedotWrap은(는) webwrapinc에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "CHEDOTWRAP is a micro social network above every web page for the Arabic speaking audience. You may review, rank, chat about or…"입니다.
확장 프로그램 스크린샷
ChedotWrap 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
CHEDOTWRAP is a micro social network above every web page for the Arabic speaking audience. You may review, rank, chat about or expand on the web page you are wrapping, then share with friends and followers. Our goal is to create a vibrant, respectful, and friendly community that will share opinion about any product service or content over the internet. The site publisher you are wrapping cannot censor you; only other members of the community can express their opinion. To launch this service, we announced a $5,000 US prize competition. You can learn all about it at https://chedot.webwrap.com/intro CHEDOTWRAP عبارة عن شبكة اجتماعية صغيرة فوق أي صفحة ويب باللغة العربية. يمكنك مراجعة أو ترتيب أو الدردشة أو توسيع حول أي موضوع على جميع صفحات الويب، كذلك بإمكانك مشاركتها مع الأصدقاء والمتابعين من خلال مواقع التواصل اجتماعي. هدفنا هو إنشاء مجتمع نابض بالحياة ومحترم وودود يشارك الرأي حول أي خدمة أو محتوى عبر الإنترنت. يمكنك إبداء رأيك حول أي محتوى أي موقع دون تعرض للإقصاء من قبل ناشر الموقع؛ يمكن فقط لأعضاء آخرين في المجتمع التعبير عن آرائهم. لإطلاق هذه الخدمة أعلنا عن مسابقة بقيمة 5000 دولار أمريكي. يمكنك معرفة كل شيء عنها في https://chedot.webwrap.com/intro
확장 프로그램 기본 정보
이름 | |
ID | elopgioekgnpdokfneemaafhooikpndl |
공식 URL | https://chrome.google.com/webstore/detail/chedotwrap/elopgioekgnpdokfneemaafhooikpndl |
설명 | CHEDOTWRAP is a micro social network above every web page for the Arabic speaking audience. You may review, rank, chat about or… |
파일 크기 | 25.61 KB |
설치 횟수 | 20 |
현재 버전 | 0.1.7 |
최근 업데이트 | 2020-11-07 |
출시 날짜 | 2020-10-23 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | webwrapinc |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://chedot.webwrap.com/ |
도움말 페이지 URL | https://chedot.webwrap.com/intro |
개인정보 보호 정책 페이지 URL | https://www.webwrap.com/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ChedotWrap", "version": "0.1.7", "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "browser_action": { "default_icon": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "default_title": "WebWrap" }, "background": { "scripts": [ "background\/background.js" ] }, "permissions": [ "activeTab", "tabs", "storage", "http:\/\/*\/", "https:\/\/*\/" ], "web_accessible_resources": [ "panel\/panel.html" ], "manifest_version": 2 } |