Paste Email Plus for Chrome
Paste pre-defined text into any input field
Paste Email Plus for Chromeคืออะไร?
Paste Email Plus for Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Chuck Baker และคุณลักษณะหลักของมันคือ "Paste pre-defined text into any input field"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Paste Email Plus for Chrome
ดาวน์โหลดไฟล์ส่วนขยาย Paste Email Plus for Chrome ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Paste Email Plus allows you to paste pre-defined text (pastetext) into any webpage form. Pastetext items can be assigned to different categories. For example, you may have a category named 'Email' that contains your email addresses. Another category for 'Passwords' may be used to store passwords to various websites (any pastetext item can be encrypted so nobody else may view it. Encrypted items may only be pasted into password fields.). Version 2.0 allows for whitelisting pages that otherwise do not work well with PEP. The paid version allows for importing/exporting Chrome PEP entries and also importing PEP items from Firefox. Support for this extension can be found in the support forum: http://www.customsoftwareconsult.com/forum/viewforum.php?f=2&sid=7e025e6aace5d9fadeb51969986cd7a6 This extension was originally written for Firefox by Chuck Baker and has now been ported to Chrome
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Paste Email Plus for Chrome |
ID | dklaocbhlgfnhcaenohgjcgcdiipbdbl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/paste-email-plus-for-chro/dklaocbhlgfnhcaenohgjcgcdiipbdbl |
คำอธิบาย | Paste pre-defined text into any input field |
ขนาดไฟล์ | 307 KB |
จำนวนการติดตั้ง | 41 |
เวอร์ชันปัจจุบัน | 2.1.4 |
อัปเดตครั้งล่าสุด | 2017-08-15 |
วันที่เผยแพร่ | 2017-08-15 |
คะแนน | 1.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | Chuck Baker |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://softwarebychuck.com/ |
URL หน้าช่วยเหลือ | http://www.customsoftwareconsult.com/forum/index.php |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Paste Email Plus for Chrome", "short_name": "Paste Email Plus", "description": "Paste pre-defined text into any input field", "version": "2.1.4", "author": "Chuck Baker", "browser_action": { "default_icon": "pep38x38.png" }, "permissions": [ "activeTab", "contextMenus", "clipboardRead", "clipboardWrite", "http:\/\/*\/", "https:\/\/*\/", "https:\/\/accounts.google.com\/*", "https:\/\/www.googleapis.com\/*", "identity", "identity.email", "storage", "tabs", "unlimitedStorage", "webNavigation", "*:\/\/*\/*" ], "background": { "persistent": true, "page": "sandbox.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "pepCommon.js", "jQuery2.1.4.js", "taffy.js", "jstree.min.js", "propsConsole.js", "pepContent.js" ], "run_at": "document_end", "all_frames": true } ], "icons": { "16": "pep16x16.png", "128": "pep128x128.png" }, "options_ui": { "page": "pepOptions.html", "chrome_style": false, "open_in_tab": true }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmQLEo2mjonroF+s\/9p8CL26KhP8D8wZe8XbH1MyklleAegFa1DR0WCexCZ1CNx3NsUJHWKXbLtk\/rZUGS7\/wC19+OpoE5dscuJ4XPHrSD6Ytr1Qh2Kn0QY2Nqr\/QjudDEyN+CNHlZQbDX+J351YbNZmarLeYS1r5U4ZAfTefZSgOMPcXymMGTXM52k8wONtdP\/ls1QOt6sxrUhX5Tf2GQ5OlFnFxAlgLsW3WX06DAo5kyc6rc0oZ8Xtd5CZxQl8qZAPj\/awdFDLP1o39G3ah+2qLU1cU58TvGy5EkMDSr0pzg9G1PLC+Cex7lBuy6z1b6P+zLX2ECA6W34kewjQcaQIDAQAB", "oauth2": { "client_id": "476322903377-urvgq80canvq2im29dfvc361uhtfoga1.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/plus.login", "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly", "https:\/\/www.googleapis.com\/auth\/userinfo.email" ] }, "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'", "web_accessible_resources": [ "pepOptions.html" ] } |