ProDocToPdf
Pdf2DocPro extension allows you to enjoy a free PDF converter
ProDocToPdfคืออะไร?
ProDocToPdf เป็นส่วนขยายของ Chrome ที่พัฒนาโดย MediaDoc และคุณลักษณะหลักของมันคือ "Pdf2DocPro extension allows you to enjoy a free PDF converter"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ProDocToPdf
ดาวน์โหลดไฟล์ส่วนขยาย ProDocToPdf ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ProDocToPdf extension give you a free PDF to DOC / DOC to PDF converter! Just one click and you’ll get DOC to PDF converter for FREE. To enable these features, this extension configures your New Tab to ProDocToPdf. Many formats supported including doc, gif, jpg and more. Please read carefully: By clicking “ADD TO CHROME”, I accept and agree to installing the ProDocToPdf Chrome Extension and setting the Chrome™ New Tab to ProDocToPdf, according to the Terms of Use and Privacy Policy. End User License Agreement: http://prodoctopdf.com/ext/eula Privacy Policy: http://prodoctopdf.com/ext/privacy The extension requires the following permissions: “Read and change your data on a number of websites” - For our product to work, we require access solely to the websites we own and manage. "webRequest", "webRequestBlocking" - The extension requires this permission in order to provide you with search results. It allows us to provide you with a search feature related to the extension you have chosen to install. It also allows the extension to redirect specific queries to affiliated partners in order to allow you better browsing experience. “Cookies” - The extension requires this permission in order to allow payment for distribution affiliates. For more information please visit: http://prodoctopdf.com/ext/privacy You can uninstall the extension at any time. To remove our extension from Google Chrome: 1) Click on the three horizontal lines icon in the upper right-hand corner of your Chrome browser. 2) Go to "Settings". 3) In the menu that appears click on "Extensions". 4) From the list of installed Extensions, find the name of the extension you wish to uninstall. 5) Click on the trash can icon to the right of "Enable" (for the extension you wish to uninstall). 6) Close your browser completely and reopen it. The extension should now be removed from your Chrome browser. For assistance from our customer service team, you can always contact us at [email protected]
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | piiencddofphngdfcciigdmgalpnemjl |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/prodoctopdf/piiencddofphngdfcciigdmgalpnemjl |
คำอธิบาย | Pdf2DocPro extension allows you to enjoy a free PDF converter |
ขนาดไฟล์ | 209 KB |
จำนวนการติดตั้ง | 789 |
เวอร์ชันปัจจุบัน | 0.0.7 |
อัปเดตครั้งล่าสุด | 2019-11-11 |
วันที่เผยแพร่ | 2019-11-11 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | MediaDoc |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://prodoctopdf.com |
URL หน้าช่วยเหลือ | http://prodoctopdf.com/ext/privacy |
URL หน้านโยบายความเป็นส่วนตัว | http://prodoctopdf.com/ext/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ProDocToPdf", "version": "0.0.7", "manifest_version": 2, "description": "Pdf2DocPro extension allows you to enjoy a free PDF converter", "homepage_url": "https:\/\/prodoctopdf.com", "icons": { "16": "icons\/prodoctopdf_logo-logo-16.png", "48": "icons\/prodoctopdf_logo-logo-48.png", "128": "icons\/prodoctopdf_logo-logo-128.png" }, "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "offline_enabled": true, "browser_action": { "default_icon": "icons\/prodoctopdf_logo-logo-16.png" }, "chrome_url_overrides": { "newtab": "newtab\/index.html" }, "permissions": [ "activeTab", "storage", "webRequest", "webRequestBlocking", "cookies", "*:\/\/*.prodoctopdf.com\/*" ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'" } |