Firefox böngészőkiegészítők
  • Kiegészítők
  • Témák
    • Firefoxhoz
    • Szótárak és nyelvi csomagok
    • Más böngészők oldalai
    • Kiegészítők Androidra
Bejelentkezés
Kiegészítő ikonja

Again, Why Salesforce verziótörténet – 10 verzió

Again, Why Salesforce szerző: Astisme

Csillagos értékelés: 5 / 5
5-ből 5 csillag
5
1
4
0
3
0
2
0
1
0
Again, Why Salesforce verziótörténet – 10 verzió
  • Legyen óvatos a régi verziókkal! Ezek a verziók csak tesztelési és hivatkozási célokra jelennek meg.Mindig használja a kiegészítő legfrissebb verzióját.

  • Legfrissebb verzió

    Verzió: 2.0.0

    Kiadva: 2025. jún. 19. – 1,3 MB
    Ezekkel működik: firefox 112.0 vagy újabb
    🚀 Added
    Salesforce

    Custom <ul> element for Tab storage (we were relying on one available in Salesforce Setup before)
    Keyboard shortcuts for common actions
    On-screen notification when a new extension version is available
    "Update Tab" directly from a Salesforce Setup modal via context menu (without opening the popup)
    Option to open "Open in Another Org" links in the same browser tab or in a new tab


    Popup

    Created popup used to request optional permissions.


    Updates to the extension

    Full localization support for all languages listed here
    New extension settings page
    Safari rollout, plus a dedicated Safari Installation Guide
    Simple Analytics integration for user metrics


    Updates to the repository

    CHANGELOG.md, CONTRIBUTING.md, CODE_OF_CONDUCT.md and SECURITY.md added
    README.md reordered for better flow


    🛠 Changed
    Salesforce

    SVG-based star and slashed-star icons (replacing PNGs); they now work seamlessly when using another extension to switch to dark mode


    Updates to the repository

    Updated Privacy Policy to reflect new storage options used by settings


    🐛 Fixed
    Updates to the repository

    Corrected JSDoc comments throughout the codebase


    ⚠️ Breaking Changes

    Removed support for the tabTitle field in saved configurations

    A forráskód Kizárólag GNU GPL licenc v3.0 licenc alatt közzétéve

    A kiegészítő használatához a Firefoxra lesz szüksége
    A Firefox letöltése és a kiegészítő beszerzése
    Fájl letöltése
  • Korábbi verziók

    Verzió: 1.4.8

    Kiadva: 2025. márc. 25. – 787,86 kB
    Ezekkel működik: firefox 112.0 vagy újabb
    This release contains various improvements such as allowing for org-specific Tabs and it also fixes some bugs from the previous version. It also fixes a bug on Chrome for exporting Tabs.
    The permission to access Salesforce Setup is now requested when the user clicks on the popup.
    This release re-adds the lightning.force.com pattern for Setup pages. This is needed due to production orgs not yet using the my.salesforce-setup.com pattern.

    For this version, you may still import Tabs using tabTitle and url (and org); however, from version 1.5.0, you'll have to import Tabs using label and url (and org). All versions of the extension until verion 1.5.0 will automatically redownload the imported list of Tabs with label instead of tabTitle. We thank you for your understanding.

    Bugs squashed

    Context Menus

    Fixed accidental removal of Context Menu Items after a period of time (by performing a check after a while) 48.

    Salesforce

    Fixed synchronization of Tabs between browser's tabs and windows 42;
    Prevented the creation of multiple modals (it is now required to close the previous one) 41.

    New Functionality

    Salesforce

    More usage of the Toast Message, showing errors when something fails (and also info or warning) 44;
    Improved the Open Other Org modal (now using text boxes instead of disabled input fields);
    Changed Import modal to resemble Salesforce's modals 41;
    When a Tab is org-specific, it is shown in bold in the Setup bar 30;
    When saving a new Tab using the favourite button, the URL is checked to match the Salesforce Ids pattern. If the URL is found to have an Id, it is saved as org-specific automatically 30;
    Tabs which are org-specific but related to another org, will not be shown and their position will remain fixed 30;
    Context Menu Items now feature Emojis for faster recall.

    Popup

    When a Tab is org-specific, a checkbox next to its URL is ticked 30;
    Tabs which are org-specific but related to another org, will not be shown and their position will remain fixed 30.

    Updates to the repository

    Implemented Tab object for dealing with user's picked Tabs; 50;
    Removed call to background page to minify/expand/else a URL (now it's done in Tab);
    Implemented TabContainer object for managing the user's picked Tabs;
    Implemented tests for Tab and TabContainer classes;
    Renamed tabTitle to label for Tab objects; 50;
    Tests have been added to the PR and Push pipeline.

    A forráskód Kizárólag GNU GPL licenc v3.0 licenc alatt közzétéve

    Fájl letöltése
  • Verzió: 1.4.7

    Kiadva: 2025. márc. 18. – 787,67 kB
    Ezekkel működik: firefox 112.0 vagy újabb
    This release contains various improvements such as allowing for org-specific Tabs and it also fixes some bugs from the previous version. It also fixes a bug on Chrome for exporting Tabs.
    The permission to access Salesforce Setup is now requested when the user clicks on the popup.

    For this version, you may still import Tabs using tabTitle and url (and org); however, from version 1.5.0, you'll have to import Tabs using label and url (and org). All versions of the extension until verion 1.5.0 will automatically redownload the imported list of Tabs with label instead of tabTitle. We thank you for your understanding.

    Bugs squashed

    Context Menus

    Fixed accidental removal of Context Menu Items after a period of time (by performing a check after a while) 48.

    Salesforce

    Fixed synchronization of Tabs between browser's tabs and windows 42;
    Prevented the creation of multiple modals (it is now required to close the previous one) 41.

    New Functionality

    Salesforce

    More usage of the Toast Message, showing errors when something fails (and also info or warning) 44;
    Improved the Open Other Org modal (now using text boxes instead of disabled input fields);
    Changed Import modal to resemble Salesforce's modals 41;
    When a Tab is org-specific, it is shown in bold in the Setup bar 30;
    When saving a new Tab using the favourite button, the URL is checked to match the Salesforce Ids pattern. If the URL is found to have an Id, it is saved as org-specific automatically 30;
    Tabs which are org-specific but related to another org, will not be shown and their position will remain fixed 30;
    Context Menu Items now feature Emojis for faster recall.

    Popup

    When a Tab is org-specific, a checkbox next to its URL is ticked 30;
    Tabs which are org-specific but related to another org, will not be shown and their position will remain fixed 30.

    Updates to the repository

    Implemented Tab object for dealing with user's picked Tabs; 50;
    Removed call to background page to minify/expand/else a URL (now it's done in Tab);
    Implemented TabContainer object for managing the user's picked Tabs;
    Implemented tests for Tab and TabContainer classes;
    Renamed tabTitle to label for Tab objects; 50;
    Tests have been added to the PR and Push pipeline.

    A forráskód Kizárólag GNU GPL licenc v3.0 licenc alatt közzétéve

    Fájl letöltése
  • Verzió: 1.4.6

    Kiadva: 2025. márc. 12. – 784,9 kB
    Ezekkel működik: firefox 112.0 vagy újabb
    This release contains various improvements such as allowing for org-specific Tabs and it also fixes some bugs from the previous version. It also fixes a bug on Chrome for exporting Tabs.

    For this version, you may still import Tabs using tabTitle and url (and org); however, from version 1.5.0, you'll have to import Tabs using label and url (and org). All versions of the extension until verion 1.5.0 will automatically redownload the imported list of Tabs with label instead of tabTitle. We thank you for your understanding.

    Bugs squashed

    Context Menus

    Fixed accidental removal of Context Menu Items after a period of time (by performing a check after a while) 48.


    Salesforce

    Fixed synchronization of Tabs between browser's tabs and windows 42;
    Prevented the creation of multiple modals (it is now required to close the previous one) 41.


    New Functionality

    Salesforce

    More usage of the Toast Message, showing errors when something fails (and also info or warning) 44;
    Improved the Open Other Org modal (now using text boxes instead of disabled input fields);
    Changed Import modal to resemble Salesforce's modals 41;
    When a Tab is org-specific, it is shown in bold in the Setup bar 30;
    When saving a new Tab using the favourite button, the URL is checked to match the Salesforce Ids pattern. If the URL is found to have an Id, it is saved as org-specific automatically 30;
    Tabs which are org-specific but related to another org, will not be shown and their position will remain fixed 30;
    Context Menu Items now feature Emojis for faster recall.


    Popup

    When a Tab is org-specific, a checkbox next to its URL is ticked 30;
    Tabs which are org-specific but related to another org, will not be shown and their position will remain fixed 30.


    Updates to the repository

    Implemented Tab object for dealing with user's picked Tabs; 50;
    Removed call to background page to minify/expand/else a URL (now it's done in Tab);
    Implemented TabContainer object for managing the user's picked Tabs;
    Implemented tests for Tab and TabContainer classes;
    Renamed tabTitle to label for Tab objects; 50;
    Tests have been added to the PR and Push pipeline.

    A forráskód Kizárólag GNU GPL licenc v3.0 licenc alatt közzétéve

    Fájl letöltése
  • Verzió: 1.4.5

    Kiadva: 2025. márc. 12. – 784,7 kB
    Ezekkel működik: firefox 112.0 vagy újabb
    This release contains various improvements such as allowing for org-specific Tabs and it also fixes some bugs from the previous version.

    For this version, you may still import Tabs using tabTitle and url (and org); however, from version 1.5.0, you'll have to import Tabs using label and url (and org). All versions of the extension until verion 1.5.0 will automatically redownload the imported list of Tabs with label instead of tabTitle. We thank you for your understanding.

    Bugs squashed

    Context Menus
    1. Fixed accidental removal of Context Menu Items after a period of time (by performing a check after a while) 48.

    Salesforce
    1. Fixed synchronization of Tabs between browser's tabs and windows 42;
    2. Prevented the creation of multiple modals (it is now required to close the previous one) 41.

    New Functionality

    Salesforce
    1. More usage of the Toast Message, showing errors when something fails (and also info or warning) 44;
    2. Improved the Open Other Org modal (now using text boxes instead of disabled input fields);
    3. Changed Import modal to resemble Salesforce's modals 41;
    4. When a Tab is org-specific, it is shown in bold in the Setup bar 30;
    5. When saving a new Tab using the favourite button, the URL is checked to match the Salesforce Ids pattern. If the URL is found to have an Id, it is saved as org-specific automatically 30;
    6. Tabs which are org-specific but related to another org, will not be shown and their position will remain fixed 30;
    7. Context Menu Items now feature Emojis for faster recall.

    Popup
    1. When a Tab is org-specific, a checkbox next to its URL is ticked 30;
    2. Tabs which are org-specific but related to another org, will not be shown and their position will remain fixed 30.

    Updates to the repository
    1. Implemented Tab object for dealing with user's picked Tabs; 50;
    2. Removed call to background page to minify/expand/else a URL (now it's done in Tab);
    3. Implemented TabContainer object for managing the user's picked Tabs;
    4. Implemented tests for Tab and TabContainer classes;
    5. Renamed tabTitle to label for Tab objects; 50;
    6. Tests have been added to the PR and Push pipeline.

    A forráskód Kizárólag GNU GPL licenc v3.0 licenc alatt közzétéve

    Fájl letöltése
  • Verzió: 1.4.4

    Kiadva: 2025. jan. 24. – 744,86 kB
    Ezekkel működik: firefox 112.0 vagy újabb
    This release contains various improvements which are both quality of life and new function like opening a link into another org.
    This release contains the new features listed below from the previous version.

    Popup:
    1. Drag functionality improved;
    2. Improved color theme update speed for Chrome;
    3. When not in Salesforce Setup, the button opens a new tab into the same browser container.
    4. Uses background scipt to minify a pasted URL;
    5. Better reacts to user input: when both title and URL are filled in, creates a new row but when this is no longer true, the row gets deleted;
    6. Implemented warning when the URL inserted is already been saved before;
    7. Actually removes the `disabled` attribute instead of setting it to false (Chrome did not like it).

    Salesforce Page:
    1. Drag functionality improved;
    2. Uses background scipt to minify a pasted URL;
    3. Implemented warning when the URL inserted is already been saved before;
    4. Implemented context menu items to simplify use of the extension (honorable mentions: "Open in another Org", "Make first/last", "Remove tabs to the left/right");
    5. During import, if an issue occurs, a toast message is shown explainig the error;
    6. During import, if the user imports some duplicates willingly, a toast message is shown to let them know about it;
    7. First implementation of Salesforce's modals (can be seen when trying to open a link or page in another Org);
    8. Toast messages now have a dynamic time to persist based on how long the text inside of them is;
    9. Toast messages now come in 4 different flavours: success, info, warning, error;
    10. Saved tabs URLs which are not linked to another Salesforce Setup page, now open into a new tab by default;
    11. Updated "Flows" default tab to the new Standard App (outside of Salesforce Setup);

    A forráskód Kizárólag GNU GPL licenc v3.0 licenc alatt közzétéve

    Fájl letöltése
  • Verzió: 1.4.3

    Kiadva: 2025. jan. 23. – 743,93 kB
    Ezekkel működik: firefox 112.0 vagy újabb
    This release contains various improvements which are both quality of life and new function like opening a link into another org.
    This release contains the new features listed below from the previous version.

    Popup:
    1. Drag functionality improved;
    2. Improved color theme update speed for Chrome;
    3. When not in Salesforce Setup, the button opens a new tab into the same browser container.
    4. Uses background scipt to minify a pasted URL;
    5. Better reacts to user input: when both title and URL are filled in, creates a new row but when this is no longer true, the row gets deleted;
    6. Implemented warning when the URL inserted is already been saved before;
    7. Actually removes the `disabled` attribute instead of setting it to false (Chrome did not like it).

    Salesforce Page:
    1. Drag functionality improved;
    2. Uses background scipt to minify a pasted URL;
    3. Implemented warning when the URL inserted is already been saved before;
    4. Implemented context menu items to simplify use of the extension (honorable mentions: "Open in another Org", "Make first/last", "Remove tabs to the left/right");
    5. During import, if an issue occurs, a toast message is shown explainig the error;
    6. During import, if the user imports some duplicates willingly, a toast message is shown to let them know about it;
    7. First implementation of Salesforce's modals (can be seen when trying to open a link or page in another Org);
    8. Toast messages now have a dynamic time to persist based on how long the text inside of them is;
    9. Toast messages now come in 4 different flavours: success, info, warning, error;
    10. Saved tabs URLs which are not linked to another Salesforce Setup page, now open into a new tab by default;
    11. Updated "Flows" default tab to the new Standard App (outside of Salesforce Setup);

    A forráskód Kizárólag GNU GPL licenc v3.0 licenc alatt közzétéve

    Fájl letöltése
  • Verzió: 1.4.2

    Kiadva: 2025. jan. 22. – 743,87 kB
    Ezekkel működik: firefox 112.0 vagy újabb
    This release contains various improvements which are both quality of life and new function like opening a link into another org.
    This release contains the new features listed below from the previous version.

    Popup:
    1. Drag functionality improved;
    2. Improved color theme update speed for Chrome;
    3. When not in Salesforce Setup, the button opens a new tab into the same browser container.
    4. Uses background scipt to minify a pasted URL;
    5. Better reacts to user input: when both title and URL are filled in, creates a new row but when this is no longer true, the row gets deleted;
    6. Implemented warning when the URL inserted is already been saved before;
    7. Actually removes the `disabled` attribute instead of setting it to false (Chrome did not like it).

    Salesforce Page:
    1. Drag functionality improved;
    2. Uses background scipt to minify a pasted URL;
    3. Implemented warning when the URL inserted is already been saved before;
    4. Implemented context menu items to simplify use of the extension (honorable mentions: "Open in another Org", "Make first/last", "Remove tabs to the left/right");
    5. During import, if an issue occurs, a toast message is shown explainig the error;
    6. During import, if the user imports some duplicates willingly, a toast message is shown to let them know about it;
    7. First implementation of Salesforce's modals (can be seen when trying to open a link or page in another Org);
    8. Toast messages now have a dynamic time to persist based on how long the text inside of them is;
    9. Toast messages now come in 4 different flavours: success, info, warning, error;
    10. Saved tabs URLs which are not linked to another Salesforce Setup page, now open into a new tab by default;
    11. Updated "Flows" default tab to the new Standard App (outside of Salesforce Setup);

    A forráskód Kizárólag GNU GPL licenc v3.0 licenc alatt közzétéve

    Fájl letöltése
  • Verzió: 1.4.1

    Kiadva: 2025. jan. 12. – 731,56 kB
    Ezekkel működik: firefox 112.0 vagy újabb
    # [v1.4.1] Release Notes

    This release contains updates to the repository after the initial release on the various platforms and some quality of life improvements.

    ## New Functionality

    This release contains the new features listed below from the previous version.

    ### Popup

    1. Updated button colors on light and dark modes

    ### Salesforce

    1. Import check of the chosen file;
    2. Error popup on import error;
    3. Ability scroll with mouse left-right when adding a lot of tabs;
    4. Ability to override currently favourited tabs during import operation;
    5. Now using Lightning Navigation when switching to another Setup page.

    ## Updates to the repository

    1. Updated links to the stores;
    2. Updated `gh` command used in action;
    3. Removed BSD license after talking to [walters954](https://www.github.com/walters954) (the owner of the upstream repo);
    4. Added screenshots of the extension in action (also used on the marketplaces).

    A forráskód Kizárólag GNU GPL licenc v3.0 licenc alatt közzétéve

    Fájl letöltése
  • Verzió: 1.4.0

    Kiadva: 2025. jan. 7. – 730,13 kB
    Ezekkel működik: firefox 112.0 vagy újabb

    A forráskód Kizárólag GNU GPL licenc v3.0 licenc alatt közzétéve

    Fájl letöltése
Ugrás a Mozilla honlapjára

Kiegészítők

  • Névjegy
  • Firefox kiegészítők blogja
  • Kiegészítő-műhely
  • Fejlesztőközpont
  • Fejlesztői irányelvek
  • Közösségi blog
  • Fórum
  • Hiba jelentése
  • Értékelési útmutató

Böngészők

  • Desktop
  • Mobile
  • Enterprise

Termékek

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Twitter (@firefox)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • Adatvédelem
  • Sütik
  • Jogi információk

Kivéve, ahol másként van jelölve, az oldal tartalma Creative Commons Nevezd meg! – Így add tovább! licenc v3.0 vagy bármelyik újabb verziója alatt érhető el.